Skip to content

Conversation

@oneCentral
Copy link
Contributor

When a prefix is used the createDirectory is incorrect. What is going wrong:
line 212: The parts are first retrieved including the prefix
line 224: The $directoryPath included the prefix. But the function 'directoryExists' will also put the prefix in front. So check is performed with 2 times the prefix in the path

When a prefix is used the createDirectory is incorrect.
What is going wrong: 
line 212: The parts are first retrieved including the prefix
line 224: The $directoryPath included the prefix. But the function 'directoryExists' will also put the prefix in front.
@frankdejonge
Copy link
Member

Thank you for raising the issue. I've fixed the issue a little bit different because the proposed solution doesn't create the root directory. Let me know if the fix works for you :)

@frankdejonge
Copy link
Member

The fix is released as 3.5.1, thanks again for reporting and providing a description of the issue.

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.

2 participants