Skip to content

M_CodeJam_IO_IoCodeExceptions_DirectoryExists

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCodeExceptions.DirectoryExists Method

Creates IOException(String, Object[]) for directory that should not exist.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.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 IOException(String, Object[]).

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally