Discuss this help topic in SecureBlackbox Forum

TElSftpFileInfo.Name

TElSftpFileInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the short name of a file (e.g. «file.txt»).

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

[C++]
    void get_Name(std::string &OutResult);
    void set_Name(const std::string &Value);

[PHP]
    string get_Name()
    void set_Name(string $Value)

[Java]
    String getName();
    void setName(String Value);

Description

    This read-only property contains a file name being returned (it is a relative name within the directory, without any path components).

See also:     LongName     Attributes    

Discuss this help topic in SecureBlackbox Forum