wiimms-iso-tools icon indicating copy to clipboard operation
wiimms-iso-tools copied to clipboard

Move could create directories if they are non-existent

Open sfjuocekr opened this issue 2 years ago • 0 comments

$ wit move xxx.wbfs "%I_%T/%I.wbfs"
*****  wit: Wiimms ISO Tool v3.01a r0 x86_64 - Dirk Clemens - 2018-10-25  *****
 - MOVE 1/1 WBFS:xxx.wbfs -> YYYXXX_Title/YYYXXX.wbfs
!! wit: ERROR #80 [CAN'T CREATE FILE] in exec_move() @ src/wit.c#3576
!!      Can't create file: YYYXXX_Title/YYYXXX.wbfs
!!      -> No such file or directory [2]

The copy command does create the directories as intended.

Furthermore, the convert command could have a -d flag to specify the destination as well?

sfjuocekr avatar Jan 15 '22 02:01 sfjuocekr