Skip to content

Fix open files with spaces#118

Merged
JamiLu merged 3 commits intomasterfrom
fix-fileopen
Jan 12, 2026
Merged

Fix open files with spaces#118
JamiLu merged 3 commits intomasterfrom
fix-fileopen

Conversation

@JamiLu
Copy link
Owner

@JamiLu JamiLu commented Jan 12, 2026

File path and filename were not escaped with quote signs which then led failing to open files with spaces. The sames issue could have aroused for filenames with spacial characters as well. This fix the escaping of the path name and the filenamne fixes this issue and files are opened correctly. The filename with spaces would be interpreted as separater files if the filename was not espaced which is not wanted behaviour

Jami Lu added 3 commits January 13, 2026 01:03
File path and filename were not escaped with quote signs which then led failing to open files with spaces. The sames issue could have aroused for filenames with spacial characters as well. This fix the escaping of the path name and the filenamne fixes this issue and files are opened correctly. The filename with spaces would be interpreted as separater files if the filename was not espaced which is not wanted behaviour
@JamiLu JamiLu merged commit 7c52312 into master Jan 12, 2026
3 checks passed
@JamiLu JamiLu deleted the fix-fileopen branch January 12, 2026 23:12
@JamiLu JamiLu linked an issue Jan 12, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fails on files that include dashes

1 participant