revrt.utilities.base.file_full_path#
- file_full_path(file_name, *layer_dirs)[source]#
Get full path to file, searching layer_dirs if needed
- Parameters:
- Returns:
path-like – Full path to file.
- Raises:
revrtFileNotFoundError – If file cannot be found in either the current directory or any of the layer_dirs directories.