Asynchronously attempts to create or update a file with the provided path and content. Uses the defaults for
options and callback.
The path to the file that is being created or updated.
The file's content.
Asynchronously attempts to create or update a file with the provided path and content. Uses the defaults for
options.
The path to the file that is being created or updated.
The file's content.
The callback function to execute if an error is thrown. Note:
This is only run if an error is thrown.
Asynchronously attempts to create or update a file with the provided path and content. Additional
configurations can be handled by the options argument.
The path to the file that is being
created or updated.
The file's content.
The options used to provide
additional functionality.
The callback function to execute
if an error is thrown. Note: This is only run if an error is thrown.
Synchronously attempts to create or update a file with the provided path and content. Ues the defaults for
options. Synchronous version of createOrUpdateFile.
The path to the file that is being created or updated.
The file's content.
Synchronously attempts to create or update a file with the provided path and content. Synchronous
version of createOrUpdateFile.
The path to the file that is being
created or updated.
The file's content.
The options used to provide
additional functionality.
Generated using TypeDoc
Utility class containing a bunch of helper methods for commonly used file system interactions and other methods
as shortcuts.