path.win32.isAbsolute
considers relative paths absolute
#56766
Labels
path
Issues and PRs related to the path subsystem.
Version
22.11.0
Platform
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Yes. No.
What is the expected behavior? Why is that the expected behavior?
Here's a behavior of
cd
onWindows
:\Windows
is relative to drive name.Expected output for
isAbsolute()
is false.What do you see instead?
isAbsolute()
is true.Additional information
No response
The text was updated successfully, but these errors were encountered: