FileManager.storeTextFileBackup method
FileManager › storeTextFileBackup
Unofficial
Store text file backup.Signature:
storeTextFileBackup(path: string, data: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path of the file to back up. |
| data | string | The file content to store. |
Returns: void