Function FileSystem.remove

Permanently delete a file or directory.

abstract bool remove (
  string path,
  bool recursive
);