3 Jun
                
                    2010
                
            
            
                3 Jun
                
                '10
                
            
            
            
        
    
                10:26 a.m.
            
        On 06/03/2010 12:25 PM, Jasper van de Gronde wrote:
Diederik van Lierop wrote:
... What happens if the user is working on a file in a read-only location, or a network location that is no longer available? Does Inkscape have a fallback mechanism for that? In such a case it should try an emergency save in the home directory I guess. ...
Most definitely. It currently has the following locations it checks in sequence:
- doc->base (Directory where file was saved.)
 - g_get_home_dir()
 - g_get_tmp_dir()
 - g_get_current_dir()
 - Inkscape directory
 
Cool, so I needn't worry about that!
Thanks for the information.
Diederik