GH_Convert.FileToHash Method

GH_ConvertFileToHash Method

Create a hash of a file.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static Guid FileToHash(
	string path
)
Public Shared Function FileToHash ( 
	path As String
) As Guid

Parameters

path
Type: SystemString
File to hash.

Return Value

Type: Guid
A hash of the file contents. File name and attributes are not taken into consideration.
See Also