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

Reflect file structure when copying files #7

Open
Twigonometry opened this issue Jun 5, 2021 · 0 comments
Open

Reflect file structure when copying files #7

Twigonometry opened this issue Jun 5, 2021 · 0 comments

Comments

@Twigonometry
Copy link
Owner

Currently program copies all files found in the top-level of the directory to the target directory. However it is not built to copy to a subdirectory in that directory (e.g. /path/to/source/subdirectory/file.md will be copied to /path/to/target/file.md)

This does not currently matter as there is currently no recursive mode ( #2 ) but once that is added this issue will need to be completed also.

The option to copy an entire directory will also be added.

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

No branches or pull requests

1 participant