![]() |
Deletes the path located at 'path'.
Aliases:
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.
![]() |
Deletes the path located at 'path'.
tf.io.gfile.remove(path)
path
: string, a patherrors.OpError
: Propagates any errors reported by the FileSystem API. E.g.,
NotFoundError if the path does not exist.