Ask a question to get started
Enter to sendā¢Shift+Enter new line
validate_file_path( file_path: Union[str, Path, List[str], List[Path]], ) ->
file_path
Union[str, Path, List[str], List[Path]]
Validates if a file exists at the given file path.
The file path(s) to be validated.