Guest User

Untitled

a guest
Oct 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. static void Main(string[] args)
  2. {
  3. Console.WriteLine(GetPath());
  4. Console.Read();
  5. }
  6.  
  7. static string GetPath([CallerFilePath]string fileName = null)
  8. {
  9. return fileName;
  10. }
Add Comment
Please, Sign In to add comment