SmartFTP FTP Library
|
The IFTPItem interface is a representation of a folder/file or a link.
IFTPItem
interface IFTPItem : IDispatch;
IFTPItem Methods |
Description |
Checks if an attribute is valid. |
IFTPItem Properties |
Description |
Contains the last access time of the item represented as a FILETIME struct. | |
This is AccessTimeAsDate, a member of class IFTPItem. | |
Contains the AllocationSize value. | |
Contains the attribute bits. | |
The creation time of the item represented as a FILETIME struct. | |
This is CreateTimeAsDate, a member of class IFTPItem. | |
Contains the last time the file attributes were changed. The value is represented as a FILETIME struct. | |
Wrapper for CTime | |
Contains the group ownership of the item. | |
The link point of the item. Only valid if the item is a symbolic link (Type = sfFTPItemLink) | |
Contains the mime type. | |
The modified time of the item represented as a FILETIME struct. | |
This is ModifyTimeAsDate, a member of class IFTPItem. | |
The name of the item. | |
Contains the owner of the item. | |
The Unix permissions of the item. | |
The size of the item. | |
The size (higher 32 bits) of the item. | |
The size (lower 32 bits) of the item. | |
This is TimePrecision, a member of class IFTPItem. | |
The type of the item. | |
This is Unique, a member of class IFTPItem. | |
Returns true if the time is in the UTC format. False otherwise. | |
Contains the mask for the valid attribute bits. |
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|