01-28-2013, 11:38 AM
try this
folderName = "..\.."
this 'File_path' will give you the path.
Regards,
Harish
folderName = "..\.."
Code:
Set fso = CreateObject("Scripting.FileSystemObject")
File_path = fso.GetAbsolutePathName(folderName)
msgbox File_path
this 'File_path' will give you the path.
Regards,
Harish