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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing permission on a Windows NT directory

Status
Not open for further replies.

BenConceptis

Programmer
Sep 6, 2000
1
CA
I'm coding a Windows NT applications which I need it to create a directory and then change its permissions. Does anybody has a clue (function and/or classes to use) ?

Thanks for your help, [sig][/sig]
 
The CreateFile Win32 API should do it. Also you'll need to use the WIN32_FIND_DATA structure. Check out msdn.microsoft.com if you don't have the developers network installed.

Good luck.
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top