ecere/sys/GlobalSettings: add GlobalSettings::settingsDirectory property to support...
authorRejean Loyer <redj@ecere.com>
Wed, 19 Mar 2014 11:57:29 +0000 (07:57 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 19 Jun 2014 05:27:33 +0000 (01:27 -0400)
commit242b4860071f662ef60aef7d0dc8a74557475858
treecb7845c721631ca7e053b5dd4a965d308e9fcbc9
parent2496e57b0c3399c01bde5a4d0a487170909d54c0
ecere/sys/GlobalSettings: add GlobalSettings::settingsDirectory property to support specifying a subdirectory for the location of the settings file.
 - allow setting GlobalSettings::settingsDirectory::settingsFilePath property to specify a custom location for the settings file.
 - reuse code with new GetFilePath function.
ecere/src/sys/GlobalAppSettings.ec