IUrlAccessor2::IsDirectory Method

Determines if the item URL points to a directory.

Syntax

HRESULT IsDirectory(VOID);

Return Value

Returns S_OK if the URL is a directory, otherwise S_FALSE.

Remarks

This method is used by protocol handlers that access hierarchical content sources. Determining if the item URL points to a directory is important because the Gatherer is not interested in directories.