Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.net
dw.net
Class SFTPFileInfo
Object
dw.net.SFTPFileInfo
The class is used to store information about a remote file.

Note: when this class is used with sensitive data, be careful in persisting sensitive information to disk.

Properties
directory  :  boolean  (Read Only)
Identifies if the file is a directory.
modificationTime  :  Date  (Read Only)
The last modification time of the file/directory.
name  :  String  (Read Only)
The name of the file/directory.
size  :  Number  (Read Only)
The size of the file/directory.
Constructor Summary
SFTPFileInfo(name : String, size : Number, directory : boolean, mtime : Number)
Constructs the SFTPFileInfo instance.
Method Summary
getDirectory() : boolean
Identifies if the file is a directory.
getModificationTime() : Date
Returns the last modification time of the file/directory.
getName() : String
Returns the name of the file/directory.
getSize() : Number
Returns the size of the file/directory.
Methods inherited from class Object
Constructor Detail
SFTPFileInfo
public SFTPFileInfo(name : String, size : Number, directory : boolean, mtime : Number)
Constructs the SFTPFileInfo instance.
Parameters:
name - the name of the file.
size - the size of the file.
directory - controls if the file is a directory.
mtime - last modification time.

Method Detail
getDirectory
getDirectory() : boolean
Identifies if the file is a directory.
Returns:
true if the file is a directory, false otherwise.

getModificationTime
getModificationTime() : Date
Returns the last modification time of the file/directory.
Returns:
the last modification time.

getName
getName() : String
Returns the name of the file/directory.
Returns:
the name.

getSize
getSize() : Number
Returns the size of the file/directory.
Returns:
the size.

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.