Discuss this help topic in SecureBlackbox Forum

TElDirInfo.FullPathEx

TElDirInfo     See also     


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


Returns this directory's full path.

Declaration

[C#]
    string FullPathEx;

[VB.NET]
    Property FullPathEx As String

[Pascal]
    property FullPathEx : string;

[C++]
    void get_FullPathEx(std::string &OutResult);

[PHP]
    string get_FullPathEx()

[Java]
    String getFullPathEx();

Description

    This property returns the whole hierarchy of sections separated with a slash "/" character.

See also:     FullPath    

Discuss this help topic in SecureBlackbox Forum