|
Internet Direct (Indy)
|
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.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |