SHA1OpenNURBSFileSystemPathHash Method |
These file system paths have identical values of FileSystemPathHash():
/x/y/z/name.ext
\x\y\z\name.ext
/x//y//z/name.ext
/x/y/a/b/c/../../../z/name.ext
/X/Y/Z/NAME.EXT (When ignoreCase is true)
Namespace: Rhino.FileIO
public static byte[] FileSystemPathHash( string path, Nullable<bool> ignoreCase = null )
Public Shared Function FileSystemPathHash ( path As String, Optional ignoreCase As Nullable(Of Boolean) = Nothing ) As Byte()
| Exception | Condition |
|---|---|
| ArgumentNullException | When input is null. |