Re: [wsjt-devel] Data Directory Location Proposal for WSJT/WSPR (Python Versions)

2015-11-02 Thread Greg Beam
Hello All, Attached is an example showing the Data ( or config file path ) and Logbook Database paths, along with os.getcwd() the ( application install directory ). Appdirs determined the AppData local paths. In this case, for Windows-10. I did not add the .Wave file location as of yet. If we

[wsjt-devel] Data Directory Location Proposal for WSJT/WSPR (Python Versions)

2015-11-02 Thread Greg Beam
Hello All, While working on a the SQL3 database tests for WSJT, I ran across a rather painless solution for storing user_{config,data,log}_dirs rather than sticking everything in the appdir = (~\install\directory\root). Using the appropriate FSH (File System Hierarchy) approach has numerous ad