Jun 2, 2001 #1 smartyram Programmer Joined Jun 2, 2001 Messages 2 Location 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.
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.
Jun 25, 2001 #2 pipk Programmer Joined Feb 20, 2001 Messages 455 Location GB why don't you post this one in the Visual C++ forum, it will probably get a reply there... Upvote 0 Downvote
Jun 25, 2001 #3 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB use SetCurrentDirectory. It is declared in winuser.h, so you can include windows.h John Fill ivfmd@mail.md Upvote 0 Downvote
use SetCurrentDirectory. It is declared in winuser.h, so you can include windows.h John Fill ivfmd@mail.md