ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFile Class / Exists Method
The file path.

In This Topic
    Exists Method
    In This Topic
    Checks if the specified file path exists.
    Syntax
    'Declaration
     
    Public Shared Function Exists( _
       ByVal filePath As String _
    ) As Boolean
    public static bool Exists( 
       string filePath
    )

    Parameters

    filePath
    The file path.

    Return Value

    true if the specified file path exists, false otherwise
    See Also