TensorFlow 1 version | View source on GitHub |
Deletes the path located at 'path'.
tf.io.gfile.remove(
path
)
Args | |
---|---|
path
|
string, a path |
Raises | |
---|---|
errors.OpError
|
Propagates any errors reported by the FileSystem API. E.g.,
NotFoundError if the path does not exist.
|