Copy hash of a file to the system clipboard. The file will be copied in the form: FILEPATH+"::"+HASH

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

Syntax

C#
public void CopyHashFile(
	string filePath
)
Visual Basic
Public Sub CopyHashFile ( _
	filePath As String _
)
Visual C++
public:
virtual void CopyHashFile(
	String^ filePath
) sealed

Parameters

filePath
Type: System..::..String
File to get the hash for

Implements

IHash..::..CopyHashFile(String)

See Also