Record TFileInfo

Hierarchy
Methods
Properties

Unit

Declaration

type TFileInfo = record

Description

 

Overview

Fields

Public Name: string;
Public AbsoluteName: string;
Public URL: string;
Public Directory: Boolean;
Public Symlink: Boolean;
Public Size: Int64;

Description

Fields

Public Name: string;

Filename, without any directory path.

Public AbsoluteName: string;

Expanded (with absolute path) file name. Only when URL is using "file" protocol. You should prefer to use URL field instead of this, to work with all possible URLs.

Public URL: string;

Absolute URL.

Public Directory: Boolean;
 
Public Symlink: Boolean;

Whether this is a symbolic link. Note that this is independent from Directory: symlinks may have Directory=false (when the symlink is to file) or Directory=true (when the symlink is to directory, and thus can be browsed like directory).

Public Size: Int64;

This may be 0 in case of non-local file


Generated by PasDoc 0.16.0.