Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a Job where search in different Directorys for a specific Folder.
If i find it delete it with tfiledelete.
Now i Need to write a log file thats holds the Information of what Folders i found and deleted.
Example:
C:\Program Files\7-Zip deleted
C:\Program Files\Notepad deleted
C:\Program Files\paint.net deleted
If no Folders found that match my criteria
Example:
Could not found any Folders to delete.
How can i do this?