tango.io.model.IFile

License:

BSD style: see license.txt

Version:

Initial release: March 2005

Author:

Kris
interface FileConst
Generic file-oriented attributes.
enum : char
CurrentDirChar
The current directory character.
FileSeparatorChar
The file separator character.
PathSeparatorChar
The path separator character.
SystemPathChar
The system path character.
immutable(char)[] ParentDirString [manifest]
The parent directory string
immutable(char)[] CurrentDirString [manifest]
The current directory string
immutable(char)[] FileSeparatorString [manifest]
The file separator string
immutable(char)[] PathSeparatorString [manifest]
The path separator string
immutable(char)[] SystemPathString [manifest]
The system path string
immutable(char)[] NewlineString [manifest]
The newline string
struct FileInfo
Passed around during file-scanning.