Is there any way that I can programmatically create (and I guess access) hidden folders on a storage device from within c#?
|
|
|||
|
|
|
|
||||
|
|
|
Yes you can. Create the directory as normal then just set the attributes on it. E.g.
|
||
|
|
|
|
From here. |
||
|
|
|
|
CreateHiddenFolder(string name) |
||
|
|
