Skip to content
New issue

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

Remove requeriment for a 'father' folder #2

Open
ramonmoraes opened this issue Jan 6, 2019 · 0 comments
Open

Remove requeriment for a 'father' folder #2

ramonmoraes opened this issue Jan 6, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ramonmoraes
Copy link
Owner

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

@ramonmoraes ramonmoraes added the good first issue Good for newcomers label Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant