Azure FileX how to create directory with sub folders
I can use the fx_directory_create() api to create a single directory level. However I cannot seem to create a directory with sub folders with a single call. For example, I can create the directory "TestDirectory", but I cannot create "TestDirectory/Folder1". The API example shows only a single level, but I could do such a thing with FAT FS f_mkdir() so the presumption is I can do this with fx_directory_create(), however all that I have tried have not work. Can anyone tell me if this is possible and if so, what should the syntax be for the directory name string.
Thanks,
Hab
