Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
record TFileInfo
Unit
CastleFindFiles
Declaration
type TFileInfo = record
Description
Overview
Fields
Description
Fields
Name: string; |
Filename, without any directory path.
|
AbsoluteName: string; |
Expanded (with absolute path) file name. For local filesystem paths, this is an absolute filename. For Android asset, this is an absolute path within asset (note that absolute paths within Android assets do not start with slash). It's adviced to use URL field instead of this.
|
URL: string; |
Absolute URL .
|
Size: Int64; |
This may be 0 in case of non-local file
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:12
|