tf.io.gfile.rmtree(path)
Defined in tensorflow/python/lib/io/file_io.py.
Deletes everything under path recursively.
Args:
path: string, a path
Raises:
errors.OpError: If the operation fails.
tf.io.gfile.rmtree(path)
Defined in tensorflow/python/lib/io/file_io.py.
Deletes everything under path recursively.
path: string, a patherrors.OpError: If the operation fails.