Skip to content

M_CodeJam_IO_IoCodeExceptions_FileExists

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

IoCodeExceptions.FileExists Method

Creates for file 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 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 .

See Also

Reference

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

Clone this wiki locally