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

Changeset 3071

Show
Ignore:
Timestamp:
12/30/07 20:02:43 (1 year ago)
Author:
larsivi
Message:

Bogus path in example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/conduits/paths.d

    r2465 r3071  
    99void main (char[][] args) 
    1010{ 
    11         auto path = new FilePath (r"\d\tango\foo\bar\wumpus"); 
     11        auto path = new FilePath (r"d/tango/foo/bar/wumpus"); 
    1212        assert (path.create.exists && path.isFolder); 
    1313}