Is there any way that I can programmatically create (and I guess access) hidden folders on a storage device from within c#?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Yes you can. Create the directory as normal then just set the attributes on it. E.g.
|
||||
|
|
|
||||
|
|
From here. |
|||
|
|