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

Changeset 2549

Show
Ignore:
Timestamp:
09/04/07 06:25:23 (1 year ago)
Author:
larsivi
Message:

Added public domain notice on example.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/networking/vfs.d

    r2547 r2549  
    11module vfsexample; 
     2 
     3/** 
     4 
     5  Example showing some simple VFS usage. 
     6 
     7  Put into public domain by Lars Ivar Igesund 
     8 
     9*/ 
     10 
     11 
    212 
    313import tango.io.vfs.VFS;