Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | os |
By default a source symbolic link is followed. In that case not only the symbolic link is removed, but also the file or directory it links to.
By default an error is given if the target to be deleted does not exist. This can be prevented by giving mustexist=F.
dos.remove ('~/aips++/test/hol.ms');
pathname | in | path names | |
Allowed: | vector of strings | ||
recursive | in | remove directories recursively? | |
Allowed: | bool | ||
Default: | T | ||
mustexist | in | does the file need to exist? | |
Allowed: | bool | ||
Default: | T | ||
follow | in | follow symlink? | |
Allowed: | bool | ||
Default: | T |