Hi Pierre! >> With the same example, I was looking for a way where foo gets copied to >> as /target/bbb/foo. > > ("/source/aaa/parent" "/target/bbb/" #:include ("foo")) > > should work then. Thanks! Will that work with multiple files. Lets say I do #:include ("foo" "bar"). foo is in /source/aaa/foo and bar is in /source/aaa/parent/bar. I want both of them to be copied to as /target/bbb/. Regards, RG.