Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.FullName

TElVFSEntryInformation     See also     


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


Specifies the full path to the file system entry.

Declaration

[C#]
    string FullName;

[VB.NET]
    Property FullName As String

[Pascal]
    property FullName : string;

[C++]
    void get_FullName(std::string &OutResult);
    void set_FullName(const std::string &Value);

[PHP]
    string get_FullName()
    void set_FullName(string $Value)

[Java]
    String getFullName();
    void setFullName(String Value);

Description

    Use this property to get or set the full name (i.e., including path from the root directory) of the entry.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum