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 the symbolic link is not copied, but the file or directory it links to.
An error is given if the target already exists, unless overwrite=T. In that case the target will be removed first.
dos.copy ('~/aips++/test/hol.ms', '/aips++2/gvandiep/hol.ms')
source | in | path name of source | |
Allowed: | string | ||
target | in | path name of target | |
Allowed: | string | ||
overwrite | in | overwrite if target exists? | |
Allowed: | bool | ||
Default: | F | ||
follow | in | follow symlink? | |
Allowed: | bool | ||
Default: | T |