DefaultFileSystem.FileExists(String) Method

Definition

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

Parameters

path
String

Returns

Boolean

Implements

Applies to