We have just upgraded to faxman v4 and are having trouble working out where it created the faxman4.db file. The previous version used to create the database folders in the same folder as the faxman EXE, but the new version seems to put it two folders above.
For example, if our app and all the faxmas files are located in:
C:\Projects\Sample\Debug
The faxman4.db file seems to be written to
C:\Projects
Is there any way to control where the database is created? This is really crucial to us and having different behaviour to v3 is causing some head scratching.
EDIT: As an experiment I added a call to getcwd immediately before calling FaxSchedule and it is the correct folder (i.e. C:\Projects\Sample\Debug and not C:\Projects).