Skip to main content
Skip table of contents

RestorePoint: Create Module Data Restore Point

Tag: RestorePoint

RestorePoint creates a restore point with the data currently loaded in the module.

Tag Attributes

Attributes

Attribute Values

Value Description

KeepAlive

TRUE / FALSE

Defaults to FALSE

FilePath

(selected by user)

The path file is absolute or relative to current script file location (missing or wrong extension will be forced to valid one with a warning). ytr_rest

Password

(entered by user)

ASCII only

IncludePermanentComments

TRUE / FALSE

Defaults to FALSE

ShowInExplorer

TRUE / FALSE

Defaults to FALSE

OnSuccess

Open

Mode

Create(default)/AppendVisible/AppendSelection

saveAsDetails

TRUE / FALSE

Defaults to False

Example Script

CODE
<RestorePoint FilePath="restorepoint1.ytr_rest" /> <!-- Restore point without password -->
<RestorePoint FilePath="restorepoint2.ytr_rest" Password="P@ssword!" /> <!-- Restore point with password -->
<RestorePoint FilePath="restorepoint3.ytr_rest" Password="P@ssword!" ShowInExplorer="TRUE" /> <!-- Restore point with password shown in explorer after creation -->

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.