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

Example Script

<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 -->
CODE