iblrig.pydantic_definitions.ExistingFilePath
- iblrig.pydantic_definitions.ExistingFilePath
Validate that path exists and is file. Cast to str upon save.
alias of
Annotated[Path,PathType(path_type=file),PlainSerializer(func=~iblrig.pydantic_definitions., return_type=str, when_used=always)]