Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FSO - not able to open file
#1
Not Solved
Hi,
I created a file on my desktop & not able to open it,
Here is code:-

Code:
Set  fso = CreateObject("Scripting.FileSystemObject")

set t  = fso.CreateTextFile("C:\Users\manisha\Desktop\My.txt",True)




Set t = fso.OpenTextFile("C:\Users\manisha\Desktop\My.txt", 1)

The file is not opening, am not even getting any error.

What am I doing wrong
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP script to save the generated .csv file and excel file priya elangovan 0 4,127 08-29-2012, 04:17 PM
Last Post: priya elangovan

Forum Jump:


Users browsing this thread: 1 Guest(s)