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... :)
Printable View
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... :)
SetFileAttributes
See Retrieving and Changing File Attributes in MSDN.