Skip to content

[persistence] Fix creation of absolute paths on windows - #1691

Open
autoantwort wants to merge 1 commit into
eclipse-paho:masterfrom
autoantwort:feature/fix-creation-of-persistance-folder-on-windows
Open

[persistence] Fix creation of absolute paths on windows#1691
autoantwort wants to merge 1 commit into
eclipse-paho:masterfrom
autoantwort:feature/fix-creation-of-persistance-folder-on-windows

Conversation

@autoantwort

Copy link
Copy Markdown

Calling _mkdir("C:") yields an EACCES error. But making this call in the first place does not makes sense, since you can not create new drives by calling mkdir. Therefore we now skip to the first real folder on windows.

Calling `_mkdir("C:")` yields an EACCES error. But making this call in the first place does not
makes sense, since you can not create new drives by calling mkdir. Therefore we now skip
to the first real folder on windows.
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.

1 participant