SOLVED
How do I develop a run command tool to delete subfolders
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
brunosa
7 - Meteor
‎08-12-2024
02:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have a workflow that currently has a step of deleting files from a directory once it runs. Now, I want to create an additional step that will also delete subdirectories from this directory. Example, directory is SP then I have subdirectory SP/Daily how do I develop the run command tool to delete all the subdirectory.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Run Command
2 REPLIES 2
Raj
16 - Nebula
‎08-12-2024
02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@brunosa
find the workflow attached
mark done if solved.
Raj
16 - Nebula
‎08-12-2024
02:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@brunosa use command
rmdir /S /Q "C:\Users\SSC\OneDrive\Desktop\folder name"
