path-scurry
GitHub
isaacs projects
Preparing search index...
PathOpts
Interface PathOpts
Options that may be provided to the Path constructor
interface
PathOpts
{
fs
?:
FSOption
;
fullpath
?:
string
;
parent
?:
PathBase
;
relative
?:
string
;
relativePosix
?:
string
;
}
Index
Properties
fs?
fullpath?
parent?
relative?
relative
Posix?
Properties
Optional
fs
fs
?:
FSOption
See
FSOption
Optional
fullpath
fullpath
?:
string
Optional
parent
parent
?:
PathBase
Optional
relative
relative
?:
string
Optional
relative
Posix
relativePosix
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fs
fullpath
parent
relative
relative
Posix
GitHub
isaacs projects
path-scurry
Loading...
Options that may be provided to the Path constructor