English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IFolder Interface

IFolder Interface

This interface is implemented by components that represent folders within the plugin’s file system. It augments the properties and methods provided by the IFileSystemItem interface, which should also be implemented by the component.

Properties

Contents

IDL [propget] HRESULT Contents([out, retval] IFolderContents** pValue)
.NET IFolderContents Contents[get]
VB6 Contents As IFolderContents

A collection component that enables the files and folders contained within the folder to be enumerated.

The property is read-only.

Methods

Create

IDL HRESULT Create([in] VARIANT_BOOL bCreateHierarchy)
.NET void Create(Boolean bCreateHierarchy)
VB6 Create(bCreateHierarchy As Boolean)

Creates the folder if it does not already exist.

Arguments