Is it possible to find the real location of a file, knowing its location on a drive created with subst? Example:
> subst d: c:\dir\
> real_path "c:\file"
c:\file
> real_path "d:\file"
c:\dir\file
Is it possible to find the real location of a file, knowing its location on a drive created with subst? Example:
> subst d: c:\dir\
> real_path "c:\file"
c:\file
> real_path "d:\file"
c:\dir\file