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.