Name | Description | |
---|---|---|
![]() | FTPFileInfo Constructor | Default constructor |
The following tables list the members exposed by FTPFileInfo.
Name | Description | |
---|---|---|
![]() | FTPFileInfo Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | FileName | The filename including the extension |
![]() | IsDirectory | True if this is a directory, false if this is a file |
![]() | IsLinked | True if this is a linked directory or file |
![]() | LinkedName | Contains the name of the real file or directory that the filename points to |
![]() | Modified | The date the file was modified. If a CalcHourDifference has been called, the date will be adjusted to the current users timezone. The default is the timezone of the FTP server. |
![]() | Permissions | The permissions of the file or directory |
![]() | SizeInBytes | The file size in bytes. This property is zero for directories. |