SetFileAttributesSee Also
CeSetFileAttributes (RAPI) | CreateDirectory | GetFileAttributes | GetFileAttributesEx
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
This function sets the attributes of a file. A RAPI version of this function exists, called CeSetFileAttributes (RAPI).
BOOL SetFileAttributes(
LPCTSTR lpFileName,
DWORD dwFileAttributes
);
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.