Added functions to read and write project lockfile

This commit is contained in:
Veronica K. B. Olsen
2020-02-26 22:09:37 +01:00
parent 8d1e4a2778
commit af410e0b15
3 changed files with 96 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ class nwFiles():
APP_ICON = "novelWriter.svg"
PROJ_FILE = "nwProject.nwx"
PROJ_DICT = "wordlist.txt"
PROJ_LOCK = "nwProject.lock"
SESS_INFO = "sessionInfo.log"
INDEX_FILE = "tagsIndex.json"
OPTS_FILE = "guiOptions.json"