RhinoCommon API
FileReference Class |
Manages a reference to an existing or nonexisting file,
using either or both absolute or relative paths.
Once constructed, this class is immutable.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
The FileReference type exposes the following members.
| Name | Description | |
|---|---|---|
| FileReference |
Constructs a new instance of the FileReference class,
given a fullPath, a relativePath a content hash and a status value.
|
| Name | Description | |
|---|---|---|
| ContentHash |
Gets the content hash.
| |
| FullPath |
Gets the absolute path of this file reference.
| |
| FullPathStatus |
Gets the file reference status.
| |
| IsSet |
Returns an indication of the fact that the reference is actually set to a non-null value.
| |
| RelativePath |
Gets the relative path of this file reference.
|
| Name | Description | |
|---|---|---|
| CreateFromFullAndRelativePaths |
Returns a new file reference. This returns a new instance even if the path does not exist.
| |
| CreateFromFullPath |
Returns a new file reference. This returns a new instance even if the path does not exist.
| |
| Dispose |
Reclaims unmanaged resources used by this object.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |