Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.CreateFolder

TElDropboxDataStorage     See also     


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


Creates a folder.

Declaration

[C#]
    void CreateFolder(string Path);

[VB.NET]
    Sub CreateFolder(ByVal Path As String)

[Pascal]
    procedure CreateFolder(const Path : string);

[C++]
    void CreateFolder(const std::string &Path);

[PHP]
    void CreateFolder(string $Path)

[Java]
    void createFolder(String Path);

Parameters

  • Path - the path to the new folder.

Description

    Use this method to create a new folder in the storage.

See also:     CreateObject     WriteObject     Root    

Discuss this help topic in SecureBlackbox Forum