Indicates the type of directory entry represented by the collection item.
property ItemType: TIdDirItemType;
ItemType is a TIdDirItemType property that indicates the type of directory entry represented by the collection item.
ItemType will contains one of the following enumeration values:
Value |
Meaning |
dirDirectory |
Represents a directory entry |
ditFile |
Represents a file entry |
Values in the ItemType property are updated when maintaining the structured directory listing in the FSP client following execution of the GetStatInfo or List methods.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|