Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Remove/Delete All  Documents Recovery Files From Fusion

shubham.shinde54DT9
Contributor

Remove/Delete All  Documents Recovery Files From Fusion

shubham.shinde54DT9
Contributor
Contributor

Hi @BrianEkins @boopathi.sivakumar @chris.monachanZWSCF 

We have made standalone exe which start fusion  and execute add-in automatically. But every time fusion gets opened it shows "Document  Recovery " dialog. We want API which will close or delete all documents recovery file on opening fusion.

 

Is there any API or solution to remove/delete all documents  recovery  files automatically?

Is there any way to close this dialog using API?

Is there any way to avoid this message box from being displayed at all?

 

Thanks in advance!

Document Recovery Dialog.png

1 Like
Reply
Accepted solutions (1)
321 Views
2 Replies
Replies (2)

kandennti
Mentor
Mentor
Accepted solution

Hi @shubham.shinde54DT9 .

 

You can now delete it.

app.executeTextCommand(u'AutoSave.ClearCrashRecoveryFiles')
1 Like

shubham.shinde54DT9
Contributor
Contributor

Thank You @kandennti. It is working as we expected

1 Like