A
complex data type that contains information about a file that is
retrieved by the Get list of files operation operation of the FTP service. Each data item
that the variable holds contains information about the file.
For information about data that can be accessed using Xpath Expressions,
see Data items.
Data itemsThe data items that FTP FileInfo variables
contain.
directoryA boolean value
that specifies whether the value specified in the Remote Directory
Path property of the Get List Of Files operation is a directory
path. A value of true indicates it is a directory
and false indicates it is not a directory.
directoryNameA string value
that represents the name of the directory from which the file was
retrieved.
fileNameA string value
that represents the name of the file that was retrieved.
fullPathA string value
that represents the path of the file that was retrieved.
hiddenA boolean value
that indicates whether the file was hidden. A value of true indicates
the file was hidden and false indicates it was
not hidden.
readOnlyA boolean value
that indicates whether the file was read only. A value of true indicates
the file was read only and a value of false indicates
it was not read only.
sizeA long value
that represents the size of the file that was retrieved, in bytes.
|
|
|