Forum: UltraISO Topic: Right click extract to uses wrong path started by: ptr727 Posted by ptr727 on Jun. 03 2008,18:44
I like the right click on ISO extract to folder option.But, the folder name is not computed correctly. E.g. folder with two ISO files, and I want to extract both: aaa.bbb.ccc.iso aaa.ddd.eee.iso Right click on "aaa.bbb.ccc.iso" extract to "aaa", should be "aaa.bbb.ccc". Right click on "aaa.ddd.eee.iso" extract to "aaa", should be "aaa.ddd.eee". The path split routines are incorrect, e.g. using standard _splitpath() will return correct file names, i.e. file name is string before the last ".", not first "." encountered. Please fix. Regards P. Posted by xoben on Jun. 03 2008,18:57
Thanks ptr727 for your bug report.
|