NameHash.CreateFilePathHash Method

NameHashCreateFilePathHash Method

Creates a new NameHash, representing the name of a file.

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

Parameters

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

Return Value

Type: NameHash

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also