Richter64 / usbloader-gui

Automatically exported from code.google.com/p/usbloader-gui
0 stars 0 forks source link

to avoid code dumb when no directories #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
and the following i think for creating the dirs
cfg.c
412 mkdir(CFG.covers_path, 0777);
417 mkdir(CFG.disc_path, 0777);

Original issue reported on code.google.com by marino...@gmail.com on 30 Apr 2009 at 3:41

GoogleCodeExporter commented 9 years ago
this doesn't work of course. Probably need to give the command for every dir 
sub-dir
separately by searching for / and spliting the hole path to separate commands

Original comment by marino...@gmail.com on 30 Apr 2009 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by dimok...@hotmail.de on 30 Apr 2009 at 9:41