Description:

Finds a file and also handles network shares. This is a replacement for CRhinoFileUtilities::FindFile().

Syntax:
public static String FindFile(
RhinoDoc doc,
String fullPathToFile,
Boolean unpackFromBitmapTableIfNecessary
)
Parameters:
  • doc
  • Type: RhinoDoc
  • Document to use for locating .3dm file's folder.
  • fullPathToFile
  • Type: System.String
  • The file to be found.
  • unpackFromBitmapTableIfNecessary
  • Type: System.Boolean
  • True to seasch for the file in the bitmap table and unpack it into the temp folder if not found in the initial search.
Returns:
Type: String
The found file.
Remarks:
This is a replacement for CRhinoFileUtilities::FindFile().
Available since:
6.0

Description:

Finds a file and also handles network shares. This is a replacement for CRhinoFileUtilities::FindFile().

Syntax:
public static String FindFile(
RhinoDoc doc,
String fullPathToFile
)
Parameters:
  • doc
  • Type: RhinoDoc
  • Document to use for locating .3dm file's folder.
  • fullPathToFile
  • Type: System.String
  • The file to be found.
Returns:
Type: String
The found file.
Remarks:
This is a replacement for CRhinoFileUtilities::FindFile().
Available since:
6.0

FindFile method

Class:  Rhino.Render.Utilities

Nothing found