Need help (ACTION SCRIPT) to delete a folder from MAC OS X…
Try this:
wait rm -R “/path/of/folder”
1 Like
The actionscript folder delete is available on all platforms https://developer.bigfix.com/action-script/reference/file/folder-delete.html
1 Like
Thanks @rustymyers… I was using several syntax’s to delete a file from application folder, but unable to do so…
Thanks for sharing the command…thankx
Thanks @AlanM… for sharing for all platforms.