We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates IOException(String, Object[]) for directory that should not exist.
Namespace: CodeJam.IOAssembly: 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
Type: IOExceptionInitialized instance of IOException(String, Object[]).
IoCodeExceptions ClassCodeJam.IO Namespace