Files
calc/help/rm
2017-05-21 15:38:25 -07:00

27 lines
271 B
Plaintext

NAME
rm - remove a file
SYNOPSIS
rm(name)
TYPES
name name of a file
return nil
DESCRIPTION
Removes a file.
EXAMPLE
> rm("junk")
> rm("more/junk.cal")
LIMITS
name must be a non-zero length string
LIBRARY
none
SEE ALSO
rmdir