Path
Node.js path module -- utilities for working with file and directory paths.
Module:node:path
Support: Experimental
Since: 1.1.0
Docs: Node.js Docs
Static Methods
Properties
The platform-specific path segment separator.
The platform-specific path delimiter.
Provides access to POSIX specific implementations of the path methods.
Provides access to Windows specific implementations of the path methods.
Dictionary ParsedPath
Represents a parsed path object returned by path.parse() and accepted by path.format().
5 members: 2 supported, 3 undocumented
Properties
Represents a parsed path object returned by path.parse()
Represents a parsed path object returned by path.parse()
→ UTF8String
→ UTF8String
→ UTF8String
---
Dictionary FormatInputPathObject
Input object for path.format() - all properties are optional.
5 members: 2 supported, 3 undocumented
Properties
Represents a parsed path object returned by path.parse()
Represents a parsed path object returned by path.parse()
→ UTF8String
→ UTF8String
→ UTF8String
---