Method
ArrowFileSystemcreate_dir
Declaration [src]
gboolean
garrow_file_system_create_dir (
GArrowFileSystem* file_system,
const gchar* path,
gboolean recursive,
GError** error
)
Description [src]
Create a directory and subdirectories. This function succeeds if the directory already exists.
Available since: | 0.17.0 |