Conversation
|
When globbing the contents of a directory with Also, since you are going to be calling |
Can be racy. |
@jamestalmage Is that something that could maybe be added to |
|
I really like the idea of a two step process. My only concern is that it might cause some race issues. What if something in the filesystem hierarchy changes between step 1 and 2? For example, we glob |
Would be better to do this in |
|
@schnittstabil What are your thoughts on this now? |
|
Closing in favor of #61 |
At least copying recursively makes it necessary to use a two step approach:
Substantial advantages:
The current approach of the first step:
globbyto gather all files and directoriespath + '/**/*'@ALL Comments on all aspects are highly welcome.