Share via


IDirectoryCache.FileExists(String) Method

Definition

Returns true if the given path points to an existing file on disk.

public:
 bool FileExists(System::String ^ path);
public bool FileExists (string path);
abstract member FileExists : string -> bool
Public Function FileExists (path As String) As Boolean

Parameters

path
String

A full and normalized path.

Returns

Applies to