Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var di = new DirectoryInfo("C:\App\Files\");
  2. // var file = di.GetFiles(Id + ".*").First();
  3. // if (file != null) return file.FullName;
  4. // return string.Empty;
  5.  
  6. path contains invalid characters such as ", <, >, or |.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement