View source on GitHub |
Creates a directory and all parent/intermediate directories.
tf.io.gfile.makedirs(
path
)
It succeeds if path already exists and is writable.
path
: string, name of the directory to be createderrors.OpError
: If the operation fails.