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

Popular posts from this blog

SQL Server 2008 - High Memory Usage

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

Problem In Configuring Biztalk 2009 In Creating A ReceivePort.When I Try To Create A Receive POrt I Got This Error