Changeset 136:7931ee9b41e6

Show
Ignore:
Timestamp:
08/02/08 22:38:21 (4 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix path handling, thanks yidabu for reporting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jface/FileTreeViewer.d

    r129 r136  
    3737 
    3838import tango.io.FileSystem; 
     39import tango.io.Path; 
    3940import tango.io.FilePath; 
    4041import tango.util.log.Trace; 
     
    134135                continue; 
    135136            } 
    136             res ~= new FilePath( root ); 
     137            res ~= new FilePath( tango.io.Path.standard( root )); 
    137138        } 
    138139        return res;