|
-
Nov 11th, 2005, 04:08 PM
#1
Thread Starter
Lively Member
Can file "last Modified" dates be changed?
Is there a way to change "last Modified" date on files?
-
Nov 11th, 2005, 04:18 PM
#2
Re: Can file "last Modified" dates be changed?
Sure, anything's possible 
VB.Net 03:
VB Code:
Dim fso As System.IO.File
fso.SetLastWriteTime("Full_Path_To_File", "Date/Time")
-
Nov 11th, 2005, 05:26 PM
#3
Thread Starter
Lively Member
Re: Can file "last Modified" dates be changed?
-
Nov 11th, 2005, 05:30 PM
#4
Re: Can file "last Modified" dates be changed?
 Originally Posted by Aries Mars
thanx....
Is that what you wanted? This was in general programming; so I just threw something out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|