Skip to content

FileManager.storeTextFileBackup method

FileManager › storeTextFileBackup

Unofficial

Store text file backup.

Signature:

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

Parameters:

ParameterTypeDescription
pathstringThe path of the file to back up.
datastringThe file content to store.

Returns: void