-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCodeExceptions_FileExists
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates for file that should not exist.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static IOException FileExists(
string filePath
)
VB
Public Shared Function FileExists (
filePath As String
) As IOException
F#
static member FileExists :
filePath : string -> IOException
- filePath
- Type: System.String
The file being checked.
Type: IOException
Initialized instance of .
IoCodeExceptions Class
CodeJam.IO Namespace
IoCodeExceptions.IOException(String, Object[])
IoCodeExceptions.IOException(String, Object[])