Changeset 3503
- Timestamp:
- 05/13/08 07:59:49 (7 months ago)
- Files:
-
- trunk/tango/io/vfs/ZipFolder.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/io/vfs/ZipFolder.d
r3474 r3503 658 658 auto name = fp.file; 659 659 660 if (dir.length > 0 && '/' == dir[$-1]) { 661 dir = dir[0..$-1]; 662 } 663 660 664 // If the file is in another directory, then we need to look up that 661 665 // up first.












