Hi,

Can QDir create a directory with sub directories?

I have "/data" and I want to create "/data/dir1/subdir1"

Is there a way to create "dir1" and "subdir1" at same time or have I to create one by one?

Thanks,