I am working on developing application in which i create directories. I am now able to create the directory the problem lies in how to make or set the directory as "SHARED", using Visual basics...?
Thanks in advance
-Vivek
Printable View
I am working on developing application in which i create directories. I am now able to create the directory the problem lies in how to make or set the directory as "SHARED", using Visual basics...?
Thanks in advance
-Vivek
NetShareAdd API will do what you're wanting, but I've never used it from VB.