Class TAdWrappedFileName
Unit
AdFileClasses
Declaration
type TAdWrappedFileName = class(TAdMapKey)
Description
A key class for a map. It automatically adapts to the operating system's file system's handling of case sensitivity about file names and also expands the given file name. So, a relative and an absolute path that are actually the same would also be recognized as the same path.
Hierarchy
Overview
Methods
 |
constructor Create(const AFileName: String); reintroduce; |
 |
function Hash: Cardinal; override; |
 |
function Equal(AItem: TAdMapKey): Boolean; override; |
Properties
 |
property FileName: String read FFileName; |
Description
Methods
 |
constructor Create(const AFileName: String); reintroduce; |
|
 |
function Hash: Cardinal; override; |
|
 |
function Equal(AItem: TAdMapKey): Boolean; override; |
|
Properties
 |
property FileName: String read FFileName; |
|

Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59