hume.tony
04-24-2009, 02:02 PM
This seems like it would have a simple enough answer but I cannot seem to find it. I need to open a file in the directory above the html file being used.
So, the html file's directory location is "dir1/dir2/page.html" and from that page I need to get to the file "dir1/file.txt"
In other languages it's "../file.txt" or "\file.txt" but I cannot figure out how to do it with VBScript.
So, the html file's directory location is "dir1/dir2/page.html" and from that page I need to get to the file "dir1/file.txt"
In other languages it's "../file.txt" or "\file.txt" but I cannot figure out how to do it with VBScript.