-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_IoCodeExceptions_DirectoryExists
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Creates IOException(String, Object[]) for directory that should not exist.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static IOException DirectoryExists(
string directoryPath
)
VB
Public Shared Function DirectoryExists (
directoryPath As String
) As IOException
F#
static member DirectoryExists :
directoryPath : string -> IOException
- directoryPath
- Type: System.String
The directory being checked.
Type: IOException
Initialized instance of IOException(String, Object[]).