FileSystemEntry

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

filesystem
auto filesystem()
Undocumented in source. Be warned that the author may not have intended to support it.
fullPath
string fullPath()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
void getParent(FileSystemEntryCallback successCallback, ErrorCallback errorCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
void getParent(FileSystemEntryCallback successCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
void getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
isDirectory
bool isDirectory()
Undocumented in source. Be warned that the author may not have intended to support it.
isFile
bool isFile()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta