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