Wiimm / wiimms-iso-tools

»Wiimms ISO Tools« is a set of command line tools to extract, modify and create Wii and GameCube ISO images and WBFS containers.
https://wit.wiimm.de
106 stars 13 forks source link

Move could create directories if they are non-existent #16

Open sfjuocekr opened 2 years ago

sfjuocekr commented 2 years ago
$ 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?