Discuss this help topic in SecureBlackbox Forum

TElBoxFolder.CreateFolder

TElBoxFolder     See also     


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


Creates a new subfolder.

Declaration

[C#]
    TElBoxFolder CreateFolder(string Name);

[VB.NET]
    Function CreateFolder(ByVal Name As String) As TElBoxFolder

[Pascal]
    function CreateFolder(const Name: string): TElBoxFolder;

[C++]
    TElBoxFolderHandle CreateFolder(const std::string &Name);

[PHP]
    TElBoxFolder CreateFolder(string $Name)

[Java]
    TElBoxFolder createFolder(String Name);

Parameters

  • Name - specifies the name of the new subfolder.

Return value

    Returns a reference to the newly created folder object.

Description

    Use this method to create a new subfolder inside this folder.

See also:     CreateObject    

Discuss this help topic in SecureBlackbox Forum