Link to home
Start Free TrialLog in
Avatar of FCapo
FCapo

asked on

Vb.net folder permissions

Hi,

From vb.net I'm trying to create a set of folders, with one folder having specific read/write permissions.
To create the folders, I'm currently using the following code :

fso.CreateFolder("c:\employee")

Would there be a way for me to create the permissions while I'm creating the folder from vb.net?
ASKER CERTIFIED SOLUTION
Avatar of it_saige
it_saige
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial