[]
        
(Showing Draft Content)

C1.Util.DX.Storage.NativeFile.Exists

Exists Method

Exists(string)

Checks if the specified file path exists.

Declaration
public static bool Exists(string filePath)
Public Shared Function Exists(filePath As String) As Boolean
Parameters
Type Name Description
string filePath

The file path.

Returns
Type Description
bool

true if the specified file path exists, false otherwise