Pergunta

How to modify "Date Created" attribute of files and folders in FAT32 and NTFS using .NET?

Foi útil?

Solução

You're looking for the File.SetCreationTime method, or the writable FileInfo.CreationTime property.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top