Stephane Ducasse Sat, 03 Feb 2018 00:02:38 -0800
I have two folders: a/ and d/
and I want to copy file c in a but keeping its path. i.e. a/b/c copyTo: d and I want to get a/b/c and d/b/c It looks like I have to do all the logic to create intermediary folders (b) under d/ :( Stef