Click to See Complete Forum and Search --> : changing file attribute


maruf10
April 21st, 2009, 12:38 AM
I want to make some files hidden using C programming language....
What is the function to do this in <windows.h> header file...
Thanks in advance... :)

ovidiucucu
April 21st, 2009, 02:06 AM
SetFileAttributes

See Retrieving and Changing File Attributes (http://msdn.microsoft.com/en-us/library/aa365522(VS.85).aspx) in MSDN.