removes a file or directory of given path (which may be either relative or absolute).
function remove input String path; output Boolean success "Returns true on success."; end remove;