Click or drag to resize

NameHashCreateFilePathHash Method

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static NameHash CreateFilePathHash(
	string path
)

Parameters

path
Type: SystemString
A path. This can be null and can refer to a non-existing path.

Return Value

Type: NameHash

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

See Also