Subj : Re: Changing Attributes of a Folder To : borland.public.cpp.borlandcpp From : Jogy Date : Fri Jan 16 2004 10:51 am abhimanyu wrote: > Hi all, > > How can i change the Attributes of any Folder. > Is there any windows API that can do it for me. > > Thanks in Advance > > bye > Abhimanyu Hello, Get/SetFileAttributes() work with both files and folders. You may take a look at my SetFolderIcon example: http://www.sirma.bg/Jogy/prog.html which sets the System attribute of a folder in order to change it's icon. Jogy .