If the given file or directory exists

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool Exists(
	string fileOrDirectoryPath
)
Visual Basic
Public Shared Function Exists ( _
	fileOrDirectoryPath As String _
) As Boolean
Visual C++
public:
static bool Exists(
	String^ fileOrDirectoryPath
)

Parameters

fileOrDirectoryPath
Type: System..::..String
The file or directory path.

Return Value

True if this file or directory exists

See Also