(imported topic written by Nem0)
Can someone have a look to see what I am doing wrong please.
I am trying to delete a folder which is under the bes client folder and can change based on the site.
I want to delete the folder called “Schedule” and everything in this folder. When I try it reports success but did not remove the folder as I can still see old contents
Currently, the full path is
C:\Program Files (x86)\BigFix Enterprise\BES Client\Reports\MS\CustomSite_Win7\Schedule
The relevance I have is as follows
parameter “schedule_folder” = “{pathname of parent folder of parent folder of folder (pathname of client folder of current site) & “/Reports/MS/” & (name of client folder of current site) & “/schedule”}”
delete folder “{parameter “schedule_folder”}”