|
fileCopy |
|
fileCopy( const source, // source file name const dest) // destination file name Copies a file. This is a binary copy ignoring any system attributes. If you'd like any system attributes copied use sysCommand('copy ....') instead. Example:
fileCopy('config.sys', 'config.bak');
|
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |