Hi,
I try to change the date of a file:
No problem! I can see the date of the file!Code:MsgBox FileSystem.FileDateTime("C:\temp\test.txt")
But why doesn't that work! VB says "Object Required"Code:FileSystem.FileDateTime("C:\temp\test.txt") = Now - 3
Thanks for your help!




->
->
-> 
Reply With Quote