If the given file or directory exists
Namespace: LLCryptoLib.UtilsAssembly: 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.