ContentHash.CreateFromFile Method

ContentHashCreateFromFile Method

Creates a new ContentHash, representing the content of a file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ContentHash CreateFromFile(
	string path
)
Public Shared Function CreateFromFile ( 
	path As String
) As ContentHash

Parameters

path
Type: SystemString
A path. This can be null and can refer to a nonexisting path.

Return Value

Type: ContentHash

[Missing <returns> documentation for "M:Rhino.FileIO.ContentHash.CreateFromFile(System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also