record TFileInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFileInfo = record

Description

 

Overview

Fields

Name: string;
AbsoluteName: string;
URL: string;
Directory: boolean;
Size: Int64;

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.

Directory: boolean;
 
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