ContentHashCreateFromFile Method |
Creates a new ContentHash, representing the content of a file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Windows
Supported in: 6.8
See Also