Page 1 of 1

DOS"R:...." move a file

Posted: Thu Nov 23, 2023 7:09 am
by unartic
When using hostfs I can do this:

DOS"R:/dir1/file=/dir2/file"

to move a file from one dir to another. When using the emulator with a sd-card, this doesn't work. It seems in that case it is not posible to specifiy a directory.

Is this behaviour by design, as the function is actualy meant to rename a file, not move it?