We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a requeriment to work properly: The first folder node siblings do not generate anything; e.g:
first // this will work file.txt sibling // this will not work anotherfile.txt
To this work, it should have one father node, e.g:
father first // this will work file.txt sibling // this will work anotherfile.txt
One possible solution could be, create a temp father folder and run the script, then move out every file and delete this temp folder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a requeriment to work properly: The first folder node siblings do not generate anything;
e.g:
To this work, it should have one father node, e.g:
One possible solution could be, create a temp father folder and run the script, then move out every file and delete this temp folder
The text was updated successfully, but these errors were encountered: