ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamSelectionList.IsFolder Method

Checks is the given path is a file system folder.

Syntax
Pascal
class function IsFolder(const Path: UnicodeString): Boolean;
Parameters 
Description 
const Path: UnicodeString 
The file system path of the folder. 

Boolean: True if the given path represents an existing file system folder. False if the path does not exists or represents a file.

cref="IsFile"/>

Copyright (c) 2011. All rights reserved.