The Promise
of a result.
The name of the file, if available.
Preserve the class name across minification.
Chaining method that throws an error if the file was not found.
The underlying file object.
the name, if it was supplied on construction, or if
the promise has resolved. Otherwise, returns '(unresolved)'
;
Awaiting on this will yield the original result, including null
if not found.
Generated using TypeDoc
This accepts a
Promise
, and delegates its methods to the resolved result of thePromise
.If the eventual result is null, the invoking the data access methods will return
undefined
.Use AFileAwait.exists to throw an VirtualFileNotFound error if the file is not found.