Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change a shared folder rights using VC++

Status
Not open for further replies.

smartyram

Programmer
Jun 2, 2001
2
IN
Hi,

I want to make a given folder in my harddisk as shared by writing a VC++ program. I want to make a given folder shared by using a program.

 
why don't you post this one in the Visual C++ forum, it will probably get a reply there...
 
use SetCurrentDirectory. It is declared in winuser.h, so you can include windows.h John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top