tf.io.gfile.makedirs

Creates a directory and all parent/intermediate directories.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.io.gfile.makedirs, `tf.compat.v2.io.gfile.makedirs`

It succeeds if path already exists and is writable.

path string, name of the directory to be created

errors.OpError If the operation fails.