PDA

View Full Version : Hidden folders


TonyDS
6th June 2004, 11:19
Is it possible to create a hidden folder?

If so how?

Please

Joel
6th June 2004, 13:42
Try the system plugin with CreateDirectoryEx (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/createdirectoryex.asp).

Anders
7th June 2004, 00:03
or call GetFileAttributes/SetFileAttributes with the system plugin