How to get path of the file through scripting?



How to get path of the file through scripting?..

Answer / r.singh

x=PathFinder.Locate("1.txt")

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More VB Script Interview Questions

what is the differenece btwn scripting language and programming language

4 Answers  


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next

5 Answers   Hexaware,


a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program

1 Answers  


Which event is triggered when mouse focus comes out of an element in the vbscript language?

0 Answers  






how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

3 Answers   TCS,


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

0 Answers  


Is vbscript a case-sensitive or case-insensitive?

0 Answers  


write a vb script to display first 5 odd numbers from 1 to 100

4 Answers  


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

0 Answers  


Explain the .wsf files?

0 Answers  


How can constants be declared in the vbscript language?

0 Answers  


Categories