Using Scripting.FileSystemObject , I can get the full path name of the file, but it will always look like "c: \ temp \ myfile.txt". How can I get the PC name or network path to a file, for example \ MyPC \ temp \ myfile.txt? Is there another class other than Scripting.FileSystemObject that I can use?
vbscript
Mr. Boy
source share