Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.CreateSubStorage

TElCompoundFileStorageEntry     See also     


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


Creates a substorage entry.

Declaration

[C#]
    TElCompoundFileStorageEntry CreateSubStorage(string StorageName);

[VB.NET]
    Function CreateSubStorage(ByVal StorageName As String) As TElCompoundFileStorageEntry

[Pascal]
    function CreateSubStorage(const StorageName : WideString) : TElCompoundFileStorageEntry;

[C++]
    TElCompoundFileStorageEntryHandle CreateSubStorage(const sb_u16string &StorageName);
    TElCompoundFileStorageEntryHandle CreateSubStorage(const std::wstring &StorageName);

[PHP]
    TElCompoundFileStorageEntry CreateSubStorage(string $StorageName)

[Java]
    TElCompoundFileStorageEntry createSubStorage(String StorageName);

Parameters

  • StorageName - name of the new entry

Return value

    Returns a reference to the newly created substorage entry.

Description

    Use this method to create a substorage entry or a subdirectory in a compound file system.

See also:     DeleteSubStorage     GetSubStorage    

Discuss this help topic in SecureBlackbox Forum