-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCodeExceptions_DirectoryExists
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates for directory that should not exist.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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 .
IoCodeExceptions Class
CodeJam.IO Namespace
IoCodeExceptions.IOException(String, Object[])
IoCodeExceptions.IOException(String, Object[])