There isn't a command to make a directory :S
And none to move a file. I'll implement it in V7, sorry.
Quote from: Kitty Hello on 2009-Jul-16
And none to move a file. I'll implement it in V7, sorry.
function copy: a$, b$
copyfile a$, b$
killfile a$
endfunction
KILLFILE b$
COPYFILE a$, b$
IF DOESFILEEXIST(b$)
KIlLFILE a$
ENDIF
;)
Also RENAMEFILE/RENAMEDIR are useful for bigger files