Changes
This activity deletes files specified by full path names given in the '''IN''' arguments '''SingleFileNamefiles''' and '''FileNames'''.
It returns the number of actual deleted files.
= Example =
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Value
|- align="left"
| FileNames || New System.Collections.Generic.List(of String) _
From {"C:\file1.xml","C:\file2.xml"}
|}
==See also==