Constructor
new PathState(targetPath)
Creates a new PathState
instance.
Parameters
-
targetPath
String
The file-system path being represented.
Source
Members
errorError
The last error that occurred during the Fairu operation.
Type
-
Error
Source
existsBoolean
Indicates the file or directory appears to exist.
Type
-
Boolean
Source
operationString
The Fairu operation in action, can be: "read", "write", "append", "touch", or "unlink".
Type
-
String
Source
pathString
Type
-
String
Source
readableBoolean
Indicates the file or directory appears to be readable.
Type
-
Boolean
Source
statsStats
Type
-
Stats
Source
writableBoolean
Indicates the file or directory appears to be writable.
Type
-
Boolean