Skip to content

M_CodeJam_IO_IoCodeExceptions_DirectoryExists

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

IoCodeExceptions.DirectoryExists Method

Creates for directory that should not exist.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static IOException DirectoryExists(
	string directoryPath
)

VB

Public Shared Function DirectoryExists ( 
	directoryPath As String
) As IOException

F#

static member DirectoryExists : 
        directoryPath : string -> IOException 

Parameters

 

directoryPath
Type: System.String
The directory being checked.

Return Value

Type: IOException
Initialized instance of .

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace
IoCodeExceptions.IOException(String, Object[])
IoCodeExceptions.IOException(String, Object[])

Clone this wiki locally