문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top