知道文件在使用创建的驱动器上的位置,是否可以找到文件的实际位置subst
?例如:
> subst d: c:\dir\
> real_path "c:\file"
c:\file
> real_path "d:\file"
c:\dir\file
知道文件在使用创建的驱动器上的位置,是否可以找到文件的实际位置subst
?例如:
> subst d: c:\dir\
> real_path "c:\file"
c:\file
> real_path "d:\file"
c:\dir\file