Removes the file or directory with the given filesystem path (which may be either relative or absolute). Returns true if the file was successfully removed, otherwise false.
function remove input String path; output Boolean success "Returns true on success."; end remove;