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