On this pageexists Check if a path exists. def exists( path: str, kwargs: Any) - > bool Check if a path exists. Parameters NameTypeDescriptionpathstrPath to be checked.kwargsAnyAdditional arguments to be passed to the underlying filesystem. Returns TypeDescriptionboolTrue if the path exists, False otherwise.