8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
#title MoveFile [RCBasic Doc]
|
|
#header Function MoveFile(src$, dst$)
|
|
|
|
Moves a file on the system.
|
|
|
|
Returns true if the file was able to be moved and false if it wasn't
|
|
|