Click or drag to resize

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)
Since: 6.0
Syntax
public static FileReference CreateFromFullPath(
	string fullPath
)

Parameters

fullPath
Type: SystemString
A full path.

Return Value

Type: FileReference
A file reference to the specified path.
See Also