ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamSelectionList.IsFile Method

Checks is the given path is a file in the file system.

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

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

cref="IsFolder"/>

Copyright (c) 2011. All rights reserved.