View Single Post
  #54 (permalink)  
Old 08-02-2007, 04:22 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Post Re: VC++ Tips & Tricks

To change attributes for a directory
if (! SetFileAttributes("c:\\ResOrg",FILE_ATTRIBUTE_READ ONLY))
{
DWORD dwError = GetLastError();
}
................
thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Reply With Quote