AutoRecover

From RAD Studio
Jump to: navigation, search

Go Up to Environment Options


Tools > Options > Environment Options > AutoRecover

The AutoRecover feature allows the IDE to save all open files after a period of time. You may recover the saved files after an unexpected close of the IDE.

Item Description

Save AutoRecover information

Enables or disables the AutoRecover feature.

Save interval

Period of time, in minutes, in which the IDE saves all open files for recovery.

When AutoRecover is enabled, RAD Studio saves the recovery files in the hidden folder called _recovery, in the folder of your project. When the IDE closes unexpectedly, RAD Studio uses these saved files to recover the information when the IDE opens again.

After an unexpected close, follow these steps to recover your files:

  1. Open the IDE.
  2. The File Recovery window shows up displaying the files you can recover.
  3. Double-click the files you want to recover.
  4. Click Close to close the File Recovery window.
  5. Proceed with saving your files as required.

If you close the File Recovery window without recovering your files, the IDE asks you if you want to discard the remaining recovered files. Click No if you want to recover such files later.

Warning: If you click Yes, the IDE will discard the recovery files, after this you will not be able to recover the files.
FileRecovery.png

See Also