Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Implementation of OS.File.read
The absolute path to the file to read.
An object that may contain some of the following fields
The success callback.
The error callback.
Implementation of OS.File.writeAtomic
the absolute path of the file to write to.
the data as an array buffer to be written to the file.
An object that may contain the following fields
The success callback.
The error callback.
Generated using TypeDoc
A service providing native implementations of some of the features of OS.File.