Click to See Complete Forum and Search --> : net work programming in vb.net


devil666
November 12th, 2002, 01:35 PM
how can i create folders at the server and set previledges for that specific folder created dynamically....

Athley
November 12th, 2002, 02:49 PM
Use the System.IO namespace for creation of folders and the System.Security(.permission) namespace to control the permissions.

/Leyan