6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
#title CopyFile [RCBasic Doc]
|
|
#header Sub CopyFile(src$, dst$)
|
|
|
|
Copies the contents of src$ file to a new dst$ file
|
|
|