Programming Reference Manual
FileCopy
Syntax
FileCopy
FromName$
,
ToName$
Description
Copy a file.
Parameter
Description
FromName$
This string value is the path and name of the source file. A path relative to the current directory can be used.
ToName$
This string value is the path and name of the destination file. A path relative to the current directory can be used.
See Also
Example
Sub
Main
FileCopy
"C:\AUTOEXEC.BAT"
,
"C:\AUTOEXEC.BAK"
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
File
ChDir
ChDrive
Close
CurDir
Dir
EOF
FileAttr
FileCopy
FileDateTime
FileLen
FreeFile
Get
GetAttr
Input #
Input$
Kill
Line Input
Loc
Lock
LOF
MkDir
Name
Open
Print
Put
Reset
RmDir
Seek
Seek #
SetAttr
Unlock
Write
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator