NXOpen.UF.Uf.FindFile

Uf.FindFile()

Refer to UF_find_file for documentation.

Signature: FindFile(subdirectory, filename)

Parameters:
  • subdirectory (str) – The subdirectory in which to look for the given file.
  • filename (str) – The filename to look for, including any extension.
Returns:

The filename found. If no file is found, **path will be NULL. The path must be freed by calling UF_free.

Return type:

str

License requirements: None