Discuss this help topic in SecureBlackbox Forum

TElDirInfo.FullPath

TElDirInfo     See also     


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


This directory's full path.

Declaration

[C#]
    string FullPath;

[VB.NET]
    Property FullPath As String

[Pascal]
    property FullPath : string;

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

[PHP]
    string get_FullPath()

[Java]
    String getFullPath();

Description

    Use this property to get full path to this directory. This property returns the whole hierarchy of sections separated with a slash "/" character and prepended with a component name, e.g., "C:/dir1/dir2".

See also:     FullPathEx    

Discuss this help topic in SecureBlackbox Forum