Check.FileExists(String) Method

Definition

Checks if the FilePath exists Throws FileNotFoundException if the filePath does not exists

public static void FileExists (string filePath);
static member FileExists : string -> unit
Public Shared Sub FileExists (filePath As String)

Parameters

filePath
String

file path info for logging purpose

Applies to