Is there a way to change "last Modified" date on files?
Printable View
Is there a way to change "last Modified" date on files?
Sure, anything's possible :)
VB.Net 03:
VB Code:
Dim fso As System.IO.File fso.SetLastWriteTime("Full_Path_To_File", "Date/Time")
thanx....
Is that what you wanted? This was in general programming; so I just threw something out.Quote:
Originally Posted by Aries Mars