Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3834

Show
Ignore:
Timestamp:
08/02/08 17:10:02 (4 months ago)
Author:
larsivi
Message:

Fix issue with \ in paths in existing archives - thanks mgen for reporting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/io/compress/Zip.d

    r3797 r3834  
    15221522        with( info ) 
    15231523        { 
    1524             name = header.file_name.dup
     1524            name = Path.standard(header.file_name.dup)
    15251525            dosToTime(header.data.modification_file_time, 
    15261526                      header.data.modification_file_date,