ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.String _
    ) As System.Boolean
    public static System.bool Exists( 
       System.string filePath
    )

    Parameters

    filePath
    The file path.

    Return Value

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