ptr727 

Group: Members
Posts: 15
Joined: Oct. 2005
|
 |
Posted 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.
|