Path
fs.Path using Unix path syntax.
See fs.Path for fields, methods, and operators.
Constructor
Path path
Converts a string or another path to a Unix path.
Converting a Windows path is allowed only when it is relative and has no root, prefix, or alternate data stream.
Parameters
| Name | Type | Description |
|---|---|---|
path |
(Str | Path) |
Path value. |