Win32's PathResolve() and root folder
Win32's PathResolve is resolving \temp
into c:\temp
, even if I run the function from another drive.
In addition, IsRelative() returns false f开发者_StackOverflow社区or '\temp' - which makes me wonder what kind of resolution it actually thinks it's doing for this path.
Perhaps driveless paths default to your system drive?
精彩评论