Function file-copy
file-copy sourcePath destPath
Makes a copy of a file.
- Parameters:
- sourcePath -
The path name of the file to be copied.
- destPath -
The path name of the file that will be a copy of
sourcePath.
- Returns:
-
True if the file was successfully copied. False otherwise.
-
Report a bug or request new features
© 2002