ShellBrowser Delphi Components Documentation
|
Checks is the given path is a file system folder.
class function IsFolder(const Path: String): Boolean;
Parameters |
Description |
const Path: String |
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"/>