file-move ( srcPath dstPath -- int )


Vocabulary
raylib

Inputs
srcPatha c-string
dstPatha c-string


Outputs
intan int


Word description
Move file from one directory to another, dstPath created if it doesn't exist

Definition