Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
How to read the source file name in c# 2.0;
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 4-May-15 11:19am    
Why? why?!
—SA

1 solution

You cannot, as there is no trace of source files in the build output. And there is no need to have them.

You need to learn how computing works in general, what are the compiled and what are the interpretive languages, how source code is used, what is the lifetime of application development and use, and so on.

—SA
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900