Please use FileSystem tools to finish the following task:
Task
Copy the entire directory structure of complex_structure/ to complex_structure_mirror/ without copying any file contents. Do not use python code.
Requirements
- Create the entire directory structure in
complex_structure_mirror/ - Do not copy any file contents, only create directories
- In each empty directory, create a
placeholder.txtfile containing the absolute path of that directory - Handle nested directories of any depth
- You should also follow 2 rules:
- Discard any directory that directly contains more than 2 files (only count the immediate folder).
- If a directory name contains numbers, append "_processed" to the mirror directory name