Operators |
copy_file — Copy a file to a new location.
copy_file( : : SourceFile, DestinationFile : )
copy_file copies SourceFile to DestinationFile. Existing files are silently overwritten. The file attributes of SourceFile are kept.
File to be copied.
Target location.
copy_file returns the value 2 (H_MSG_TRUE) if the file could be copied. Otherwise, an exception is raised.
Foundation
Operators |