Login  Register

Re: Help Help! Not saved work, Librecad crashed, is there a recovery file??

Posted by ravas on Apr 22, 2016; 12:27am
URL: https://forum.librecad.org/Help-Help-Not-saved-work-Librecad-crashed-is-there-a-recovery-file-tp5713514p5713526.html

I don't see any directories added to the name in those functions.

The name is defined in RS_Document
autosaveFilename = "Unnamed";

It seems like the file is created by the copy() function in RS_Graphic::BackupDrawingFile()
but I'm not sure...