ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.FileOrFolderExists

Returns True if the given path exists; False otherwise.

Syntax
Pascal
function FileOrFolderExists(const path: string): Boolean;
Parameters 
Description 
const path: string 
The path that should be checked. 

True if the given path exists; False otherwise.