NXOpen.UF.Dirpath.FindFile

Dirpath.FindFile()

Refer to UF_DIRPATH_find_file for documentation.

Signature: FindFile(selfArg, name)

Parameters:
  • selfArg (Tag) – Path
  • name (str) – Name of file to find
Returns:

Path of file to find. If the file is not found, then NULL is returned. If the path is non-NULL, then the calling program must free this by calling UF_free.

Return type:

str

License requirements: None