Interface ExistsOptions
Index
Properties
Properties
OptionalisDirectory
isDirectory ?: boolean
When true, will check if the path is a directory as well. Directory
symlinks are included.
OptionalisFile
isFile ?: boolean
When true, will check if the path is a file as well. File symlinks are
included.
OptionalisReadable
isReadable ?: boolean
When true, will check if the path is readable by the user as well.
Options for
existsand existsSync.