Module win32

Module win32 

Source
Expand description

nodejs_path::win32 provides access to Windows-specific implementations of the path methods.

Constants§

delimiter
Provides the platform-specific path delimiter:
sep
Provides the platform-specific path segment separator:

Functions§

is_absolute
The method determines if path is an absolute path. If the given path is a zero-length string, false will be returned.