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:
GuidA hash of the file contents. File name and attributes are not taken into consideration.
See Also