ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.IsFileAndFolder

Determines if the passed ItemIdList is both a folder but also has an associated stream, such as for zip-files.

Syntax
Pascal
class function IsFileAndFolder(const pItemIdList: IItemIdList): boolean;
Parameters 
Description 
const pItemIdList: IItemIdList 
The ItemIdList. 

boolean: true, if the passed ItemIdList can both be handles as file or as folder.