Transform a POSIX string into a path.
Directories should have the format path/to/dir/ and files should have the format path/to/file.
path/to/dir/
path/to/file
Leading forward slashes are removed too, so you can pass absolute paths.
Generated using TypeDoc
Transform a POSIX string into a path.
Directories should have the format
path/to/dir/
and files should have the formatpath/to/file
.Leading forward slashes are removed too, so you can pass absolute paths.