Server.FileExists(String) Method

Definition

Checks whether the specified file exists

public bool FileExists (string filePath);
member this.FileExists : string -> bool
Public Function FileExists (filePath As String) As Boolean

Parameters

filePath
String

The file path

Returns

A boolean value indicating whether the specified file exists

Applies to