Changing FileCreation time - be aware of last access and last write times.
while may obvious some, documentation on creationtime method of fileinfo class not note creationtime can not changed value more recent lastaccesstime , lastwritetime - if needed, can changed same value creationtime being changed last.
rsbeech
hi rbeech,
i try add 22 years file, , works.
system.io.fileinfo fi = new system.io.fileinfo("e:\\hello world.docx"); fi.creationtime = datetime.now.addyears(22); console.writeline("update time successfully"); console.read();
we can 3 time properties.
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment