FileSystem.deleteFiles

Delete many files.

class FileSystem
bool
deleteFiles
(
string[] paths
)

Parameters

paths string[]

The paths of the files to be delete.

Return Value

Type: bool

true on success, false if there was an error.