You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all files are stored in some subdirectory of the directory the program executes in. This is bad, because in a real environment we will not have permission to write to this directory. The answer is to use a subdirectory of either Documents or AppData.
and then create/check if exists some DrDocx subdirectory of that which we then store as a global and use as a base file path for everything including the db, templates, and temp files like word doc generation stuff.