|
Integral FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--FTPFile
FTPFile contains the information describing the attributes of a
particular file, namely its path, name, size, last-modified date,
whether or not it's a directory and whether or not it's likely to be
a text-file.
Defined in ftpclient.js
Field Summary | |
boolean |
isDirectory
True if the object represents a directory. |
boolean |
isTextFile
True if the file is likely to be a text-file. |
Date |
modifiedDate
Date when the file was last modified. |
string |
name
Name of the file. |
string |
path
Full path of the file. |
FTPFileSize |
size
Size of the file. |
Constructor Summary | |
FTPFile(<string> filePath, <string> fileName, <FTPFileSize> size, <Date> modifiedDate, <boolean> isDirectory, <boolean> isTextFile)
Constructs an FTPFile object. |
Field Detail |
boolean isDirectory
boolean isTextFile
Date modifiedDate
string name
string path
FTPFileSize size
Constructor Detail |
FTPFile(<string> filePath, <string> fileName, <FTPFileSize> size, <Date> modifiedDate, <boolean> isDirectory, <boolean> isTextFile)
filePath
- Full path of the file.
fileName
- Name of the file.
size
- Size of the file.
modifiedDate
- Date when the file was last modified.
isDirectory
- True if the object represents a directory.
isTextFile
- True if the file is likely to be a text-file.
|
Integral FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |