Answer Posted / mm sarwar
Set objFile = CreateObject("Scripting.FileSystemObject")
Set myFolder = ObjFile.CreateFolder ("C:Program FilesFSO")
If objFile.FolderExists ("C:Program FilesFSO")
MsgBox "Folder is Created"
End If
Set myFile = objFile.CreateTextFile ("C:Program FilesFSO ext_01.txt")
If objFile.FileExists ("C:Program FilesFSO ext_01.txt") Then
MsgBox "File Created"
End If
myFile.WriteLine "Hello World"
myFile.Write "We are practicing UFT."
myFile.Write "One day all of us get a Job"
myFile.Close
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
could any help me please, how to work on visual foxpro application using UFT
What is active screen?
What is the recovery scenario in qtp?
what is impact analysis on regression testing?
Explain the difference between call to action and copy action?
How QA specialist can identify when programmatic descriptions are useful?
How does you test a weblink which is changing dynamically?
Have you faced any problems with object repository?
can the activities of test case design be automated?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
give me the code to save all messages of inbox of gmail into a folder and notepad
what is stepin & stepout?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
How can get count of list box?