ez.rm: remove a file, wrapper of 'unlink'

View source: R/os.R

ez.rmR Documentation

remove a file, wrapper of unlink

Description

remove a file, wrapper of unlink

Usage

ez.rm(x)

Examples

support c('a.txt','b.txt')
x, a character vector with the names of the file(s) or directories to be deleted.
Wildcards (normally ‘*’ and ‘?’) are allowed.
0 for success, 1 for failure.

jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.