MAKEDIR()

Previous topic - Next topic

9940

There isn't a command to make a directory  :S

Kitty Hello

And none to move a file. I'll implement it in V7, sorry.

Hemlos

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

Bing ChatGpt is pretty smart :O

Kitty Hello

KILLFILE b$
COPYFILE a$, b$
IF DOESFILEEXIST(b$)
   KIlLFILE a$
ENDIF

;)

9940

#4
Also RENAMEFILE/RENAMEDIR are useful for bigger files