summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Remove/DESCR
blob: c38e11917b33285c27d4157f93dcaff518ddcae9 (plain)
1
2
3
4
File::Remove::remove removes files and directories. It acts like /bin/rm,
for the most part. Although unlink can be given a list of files, it will
not remove directories; this module remedies that. It also accepts
wildcards, * and ?, as arguments for filenames.