Skip to content

M_CodeJam_IO_IoCodeExceptions_FileExists

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

IoCodeExceptions.FileExists Method

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

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

Syntax

C#

public static IOException FileExists(
	string filePath
)

VB

Public Shared Function FileExists ( 
	filePath As String
) As IOException

F#

static member FileExists : 
        filePath : string -> IOException 

Parameters

 

filePath
Type: System.String
The file being checked.

Return Value

Type: IOException
Initialized instance of IOException(String, Object[]).

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally