View source on GitHub |
Determines whether a path exists or not.
tf.io.gfile.exists(
path
)
path
: string, a pathTrue 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.