File Existance

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

Syntax

C#
public bool ExistFile(
	string absolutePath
)
Visual Basic
Public Function ExistFile ( _
	absolutePath As String _
) As Boolean
Visual C++
public:
bool ExistFile(
	String^ absolutePath
)

Parameters

absolutePath
Type: System..::..String

[Missing <param name="absolutePath"/> documentation for "M:LLCryptoLib.Utils.FileManager.ExistFile(System.String)"]

Return Value

[Missing <returns> documentation for "M:LLCryptoLib.Utils.FileManager.ExistFile(System.String)"]

See Also