FileReferenceCreateFromFullPath Method |
Returns a new file reference. This returns a new instance even if the path does not exist.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static FileReference CreateFromFullPath(
string fullPath
)
Public Shared Function CreateFromFullPath (
fullPath As String
) As FileReference
Parameters
- fullPath
- Type: SystemString
A full path.
Return Value
Type:
FileReferenceA file reference to the specified path.
Version InformationRhino for Windows
Supported in: 6.8
See Also