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
)
Public Shared Function CreateFilePathHash (
path As String
) As NameHash
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