06-14-2012, 04:11 PM
Hello All,
After executing the above code I am getting the error as "Invalid procedure call or argument" . the path "D:\bhim\one.txt" does exist.
Thanks & regards
Girish sarode
Code:
set fsoObj=createobject("scripting.filesystemobject")
set file=fsoObj.opentextfile("D:\bhim\one.txt", Forwriting, true)
After executing the above code I am getting the error as "Invalid procedure call or argument" . the path "D:\bhim\one.txt" does exist.
Thanks & regards
Girish sarode