tf.io.gfile.exists

Determines whether a path exists or not.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.io.gfile.exists, `tf.compat.v2.io.gfile.exists`

path string, a path

True if the path exists, whether it's a file or a directory. False if the path does not exist and there are no filesystem errors.

errors.OpError Propagates any errors reported by the FileSystem API.