We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates IOException(String, Object[]) for file that should not exist.
Namespace: CodeJam.IOAssembly: 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 IOException
F#
static member FileExists : filePath : string -> IOException
Type: IOExceptionInitialized instance of IOException(String, Object[]).
IoCodeExceptions ClassCodeJam.IO Namespace