Hello All,
I want to copy only the parent folders names from source and then create the folders with those names in a destination directory.
Ex: source - folder_1 - sub_1 - folder_2 - sub_2 - folder_3 - sub_3
destination - folder_1 - folder_2 - folder_3
Could you let me know the pattern matching for this requirement in ANT.
Regards, Satya