Discuss this help topic in SecureBlackbox Forum

TElFileDataStorage.Directory

TElFileDataStorage     


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


Specifies the directory of the file storage.

Declaration

[C#]
    string Directory;

[VB.NET]
    Property Directory As String

[Pascal]
    property Directory : string;

[C++]
    void get_Directory(std::string &OutResult);
    void set_Directory(const std::string &Value);

[PHP]
    string get_Directory()
    void set_Directory(string $Value)

[Java]
    String getDirectory();
    void setDirectory(String Value);

Description

    Use this property to specify the directory of the file storage.

Discuss this help topic in SecureBlackbox Forum