vfs.dest(outfolder, { base.. }) ignores outfolder?
See original GitHub issueWhen dest
has a base
option, it ignores outfolder
, right?
Looks like that from the code.
If yes, then maybe let people specify empty outfolder
?
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
FAQ | vfsglobal
What is the 20 days Policy of Return of incomplete documents after 20 days? Incomplete application: If the application is not completed within...
Read more >VFS Global - Wikipedia
VFS Global, formerly known as "Visa Facilitation Services Global" is an outsourcing and technology services company for governments and diplomatic missions ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thinking through this some more with @stevelacy, the only example I can come up with where the
base
option on.dest()
would be used would be with liberal globs in.src()
like:However, it seems that this can be solved by using the
base
option in the.src()
method instead of the.dest()
method. I think this option can be removed.@tmcgee123 I don’t think my last comment was correct. I’m not sure what the “correct” behavior would be. Any thoughts? @contra @iliakan