How I can change folder properties (last modified date, creation date,
last accessed date and attributes)?Thanks.
last accessed date and attributes)?Thanks.
change the attributes with SetFileAttributes, this works with dirs and files.
change time and date with SetFileTime.
change time and date with SetFileTime.
Use CreateFile with FILE_FLAG_BACKUP_SEMANTICS to get a handle to a directory.