tango.io.model.IFile
License:
BSD style:
Version:
Initial release: March 2005
author:
Kris
- interface FileConst;
- Generic file-oriented attributes.
- CurrentDirChar
- The current directory character.
- FileSeparatorChar
- The file separator character.
- PathSeparatorChar
- The path separator character.
- SystemPathChar
- The system path character.
- immutable(char)[] ParentDirString;
- The parent directory string
- immutable(char)[] CurrentDirString;
- The current directory string
- immutable(char)[] FileSeparatorString;
- The file separator string
- immutable(char)[] PathSeparatorString;
- The path separator string
- immutable(char)[] SystemPathString;
- The system path string
- immutable(char)[] NewlineString;
- The newline string
- struct FileInfo;
- Passed around during file-scanning.
Page generated by Ddoc. Copyright (c) 2005 Kris Bell. All rights reserved