07-04-2014, 02:36 PM
The default path and file name of the backup prefs is wrong :
This bit of code is found on the prefs file Wings create on exit when no prefs file exist, in that same folder.
I think it should be changed to :
Because the backup function use file ending in .pref (without the "s" at the end).
Another possibility would be to make it use simple txt file like the one Wings use in AppData.
Code:
{pref_directory,"e:/Users/*****/AppData/Roaming/Wings3D/backup_prefs.txt"}.
This bit of code is found on the prefs file Wings create on exit when no prefs file exist, in that same folder.
I think it should be changed to :
Code:
{pref_directory,"e:/Users/*****/AppData/Roaming/Wings3D/backup.pref"}.
Because the backup function use file ending in .pref (without the "s" at the end).
Another possibility would be to make it use simple txt file like the one Wings use in AppData.
My websites (in french) :
Main • Blog • Shared gallery • 3D Wiki (WIP)
Main • Blog • Shared gallery • 3D Wiki (WIP)