[]
        
(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)
Parameters
Type Name Description
string filePath

The file path.

Returns
Type Description
bool

true if the specified file path exists, false otherwise