Win32's PathResolve is resolving \temp
into c:\temp
, even if I run the function from another drive.
In addition, IsRelative() returns false for '\temp' - which makes me wonder what kind of resolution it actually thinks it's doing for this path.
Win32's PathResolve is resolving \temp
into c:\temp
, even if I run the function from another drive.
In addition, IsRelative() returns false for '\temp' - which makes me wonder what kind of resolution it actually thinks it's doing for this path.