7 lines
167 B
Plaintext
7 lines
167 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
|