tf.io.gfile.copy
| View source on GitHub | 
Copies data from src to dst.
tf.io.gfile.copy(
    src, dst, overwrite=False
)
   
| Args | |
|---|---|
| src | string, name of the file whose contents need to be copied | 
| dst | string, name of the file to which to copy to | 
| overwrite | boolean, if false it's an error for dstto be occupied by an existing file. | 
| Raises | |
|---|---|
| errors.OpError | If the operation fails. | 
    © 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
    https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/io/gfile/copy