Skip to content

FileManager.storeTextFileBackup method

FileManager › storeTextFileBackup

Unofficial

Store text file backup.

Signature:

storeTextFileBackup(path: string, data: string): void

Parameters:

Parameter Type Description
path string The path of the file to back up.
data string The file content to store.

Returns: void