How to change a file's modify date

  • Thread starter Thread starter andylo
  • Start date Start date
A

andylo

Guest
Need a bit of help here :)

Does anybody know any functions in VB can change a files modify date?

Thanks

Andy
 
Code:
System.IO.File.SetLastWriteTime(ByVal path As String, ByVal lastWriteTime As DateTime)
 
Back
Top