Open nfarrar opened 9 years ago
Is there a platform-independent way to save the backup files into our Sublime User directory, for example on OSX:
~/Library/Application Support/Sublime Text 3/Packages/User/AutoBackups
I can hardcode the path and the tilda expansion works correctly, but it's not portable to windows & linux.
you can create 3 different settings file for different platforms
see http://docs.sublimetext.info/en/latest/customization/settings.html#types-of-settings
Is there a platform-independent way to save the backup files into our Sublime User directory, for example on OSX:
I can hardcode the path and the tilda expansion works correctly, but it's not portable to windows & linux.