It looks like a Windows 10 update changed the permissions to some folders again. At least, there have been repeated and reproducible reports of a PermissionError upon start-up of the GSF Parser.
Deleting the folder and recreating the folder manually does not work.
Deleting the folder and letting SWTOR recreate it works only until there are files in the folder
Traceback (most recent call last):
File "main.py", line 28, in create_window
File "gui.py", line 92, in __init__
File "frames\file.py", line 133, in add_files
File "parsing\parser.py", line 421, in get_gsf_in_file
File "parsing\parser.py", line 539, in read_file
PermissionError: [Errno 13] Permission denied: 'C:/Users/user/Documents/Star Wars - The Old Republic\\CombatLogs'
It looks like a Windows 10 update changed the permissions to some folders again. At least, there have been repeated and reproducible reports of a
PermissionError
upon start-up of the GSF Parser.