Sdílet prostřednictvím


Check.DirectoryExists(String) Method

Definition

Checks if the DirectoryPath exists Throws DirectoryNotFoundException if the DirectoryPath does not exists

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

Parameters

dirPath
String

Directory Path

Applies to