Skip to content

doc: clarify that path.isAbsolute on windows accepts / and \

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Clarify that path.isAbsolute() on windows accepts / and \ as path delims

Fixes: https://github.com/nodejs/node/issues/6520

Merge request reports

Loading