removeAnyIfExists

Removes a set of files or directories, if they exist.

bool
removeAnyIfExists
(
string[] files...
)

Return Value

Type: bool

True if any of the given files were removed.

Meta