|
-
Mar 22nd, 2001, 07:50 AM
#1
Thread Starter
Frenzied Member
I know how to get different dates from files, but is there a way of setting a date / time in a file??
Reading is easy:
Set FSO = CreateObject("Scripting.FileSystemObject")
Set FSOf = FSO.GetFile(fFile)
MsgBox FSOf.datecreated
MsgBox FSOf.datelastmodified
MsgBox FOSf.DateLastAccessed
BUT how do I write into the date:
FSOf.DateCreated = "12/12/2000 12:12:12" ???
Thanks. Chris
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
|