01-05-2010, 08:10 PM
Hi Kannan,
In addition to Baba's solution, You can try in the below way for Printing the required FolderName in QuickTest Print Log.
In addition to Baba's solution, You can try in the below way for Printing the required FolderName in QuickTest Print Log.
Code:
Dim f,fso
set fso=createobject("scripting.filesystemobject")
set f=fso.getfolder("C:\Documents and Settings\csreekanth\Desktop\Srirama-ELC")
Print f.Name