|
Navigation: thinBasic language > Modules > File > FILE_ShellCopy |
![]() ![]()
|
Description
Copy a file from one place to another using operating system file intrinsic operations.
Syntax
n = FILE_ShellCopy(FileName_Source, FileName_Destination)
Returns
Number. Zero if successful, otherwise nonzero.
Parameters
Name |
Type |
Optional |
Meaning |
FileName_Source |
String |
No |
Source file name, full path. |
FileName_Destination |
String |
No |
Destination file name, full path. |
Remarks
Restrictions
See also
Examples
| © 2004-2008 thinBasic. All rights reserved. | Version 1.6.0.10 | Web Site: http://www.thinbasic.com |