.GetAbsolutePathName()将当前目录与作为参数给出的相对路径组合在一起,而不考虑文件或文件夹的存在:
>> WSCript.Echo goFS.GetAbsolutePathName("..\nosuchdir\nosuchfile.txt") >> E:\trials\SoTrials\answers\27749208\nosuchdir\nosuchfile.txt
因此给定的参数必须是结果的一部分。如果你得到
The File is:Z:\E\TC from VM\TC\MMSDemo\MMSDemo The parent directory of the File is:Z:\E\TC from VM\TC\MMSDemo
然后.GetAbsolutePathName()是 的 不 强> 使用“.... \ Variables.txt”调用,但是使用空值/字符串。你使用“Option Explicit”吗?