tf.io.gfile.remove

View source on GitHub

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.