iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

Resources.FileExists Method 

Determines whether the specified file exists.

[Visual Basic]
Public Shared Function FileExists( _
   ByVal String As String _
) As Boolean
[C#]
public static bool FileExists(
   String filePath
);

Parameters

filePath
The file to check.

Return Value

true if the caller has the required permissions and path contains the name of an existing file false if the caller has the required permissions and path doesn't contain the name of an existing file else exception

See Also

Resources Class | IBatisNet.Common.Utilities Namespace