-
Notifications
You must be signed in to change notification settings - Fork 586
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
Suggestion: copy files with folder structure #558
Comments
I thought we already have such a thing. Strange. Please send Pull request. Thanks 2014-10-09 6:55 GMT+02:00 otto-gebb notifications@github.com:
|
Allright, will try to refactor the suggested code to remove duplication. My function CopyFileToSubFolder is a copy-paste of the existing CopyFileIntoSubFolder with slight modifications. |
I am also not sure if I should call |
The existing function
CopyFileIntoSubFolder
doesn't allow one to specify the base directory.Probably it's just me, but I have found it hard to do the following with FAKE.
Let . be the current directory.
Copy
.\a\b\source\**\*.*
to.\destination
preserving the folder structure from.\a\b\source
.I suggest adding a function that does this. Something like the following.
The text was updated successfully, but these errors were encountered: