Discuss this help topic in SecureBlackbox Forum

TElFTPFileInfo.Path

TElFTPFileInfo     See also     


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


Specifies the full path to the file.

Declaration

[C#]
    string Path;

[VB.NET]
    Property Path As String

[Pascal]
    property Path : string;

[C++]
    void get_Path(std::string &OutResult);
    void set_Path(const std::string &Value);

[PHP]
    string get_Path()
    void set_Path(string $Value)

[Java]
    String getPath();
    void setPath(String Value);

Description

    Use this property to get or set the full path to the file.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum