Guest User

Untitled

a guest
May 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. FileInfo f = new FileInfo(myFileName);
  2. f.Attributes = FileAttributes.Hidden;
  3.  
  4. FileInfo fi = new FileInfo(somefile);
  5. fi.Attributes = FileAttributes.Hidden;
Add Comment
Please, Sign In to add comment