ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.IsNetworkPath

Checks if the provided ItemIdList is of a network path (mapped or UNC does not matter)

Syntax
Pascal
class function IsNetworkPath(const pItemIdList: IItemIdList): Boolean;
Parameters 
Description 
const pItemIdList: IItemIdList 
ItemIdList of the path that will be checked 

Boolean: True if it is an UNC or a mapped network path, false otherwise