matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: need help
quote: Originally posted by roflmao456
Debug.Trace(fso.GetFile("C:\test.txt").Size); // probably 0 kb.
Should be
code: Debug.Trace(fso.GetFile("C:\\test.txt").Size); // probably 0 kb.
|
|