.Net can't reference Hidden Folders?
I've got a .Net windows app that is trying to write to a hidden folder. When it tries, it gets:
Access to the path...is denied.
Short of unhiding the folder, how can I grant access rights to a .NET application to a hidden folder?
|