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.
@brunosa
find the workflow attached
mark done if solved.
@brunosa use command
rmdir /S /Q "C:\Users\SSC\OneDrive\Desktop\folder name"