Opens or creates the file at filePath
with mode
specifying how
it should be opened. For example "wb"
to open the file for writing
in binary mode. This is the same format as fopen()
from the C
standard library.
Path to file to open or create.
Mode to use.
Synchronously writes data
to the file.
Data to write.
Generated using TypeDoc
Provides basic filesystem access.