Folder rights...  
Author Message
jrlichina





PostPosted: Top

Visual C#.Net >> Folder rights... I'm creating a new folder using Directory.CreateDirectory() method.
How to set "FullControl" rights to "Everyone" group on this folder?
Where to obtain an "Everyone" identity string? I can't just put
"Everyone" cause in f.e. Polish version this group names "Wszyscy" ...

DotNet59