开发者

Win32's PathResolve() and root folder

开发者 https://www.devze.com 2022-12-27 14:34 出处:网络
Win32\'s PathResolve is resolving \\temp into c:\\temp, even if I run the function from another drive.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消