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