Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1153476
1153476
To iterate through the files on a machine and attempt to delete each file (if the delete operation fails, UDM breaks out of the loop):

<pre>
forfiles local=*
  delete $(_path)
  if $(_lastrc) NE 0
     print msg="Failed to delete $(_path)"
     break
  end
end
</pre>
Panel
Html bobswift

Anchor
1124154
1124154