IFsiDirectoryItem2 interface (imapi2fs.h)

Use this interface to add a directory tree, which includes all sub-directories, files, and associated named streams to a file system image.

Inheritance

The IFsiDirectoryItem2 interface inherits from IFsiDirectoryItem. IFsiDirectoryItem2 also has these types of members:

Methods

The IFsiDirectoryItem2 interface has these methods.

 
IFsiDirectoryItem2::AddTreeWithNamedStreams

Adds the contents of a directory tree along with named streams associated with all files to the file system image.

Remarks

All sub-directories, files, and associated named streams can only be added after the directory item has been added to the file system image.

UDF must be enabled and set to UDF revision 2.00 or later in order to enable named stream support during the creation of the file system image.

This interface is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2fs.h

See also

IFsiDirectoryItem