pysyncrosim.session.Session.restore
- Session.restore(filepath, folder=None)
Restores a SyncroSim Library backup file (.ssimbak) to a SyncroSim Library (.ssim)
- Parameters:
filepath (Str) – The filepath to the backup file (.ssimbak).
folder (Str, optional) – The output folder name. If no folder name is provided, the library gets extracted to the same folder as the .ssimbak file.
- Return type:
None.