matty
Scripting Guru
    
Posts: 8328 Reputation: 109
40 / / 
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.
|
|