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

Changes between Version 3 and Version 4 of FileScanExample

Show
Ignore:
Author:
Jordi Sayol (IP: 188.119.210.222)
Timestamp:
04/20/12 14:42:55 (12 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileScanExample

    v3 v4  
    1717void main(char[][] args) 
    1818{        
    19         char[] root = args.length < 2 ? "." : args[1]; 
     19        const(char)[] root = args.length < 2 ? "." : args[1]; 
    2020        Stdout.formatln ("Scanning '{}'", root); 
    2121