I\'m trying to create a folder structure which has multi level sub folders. For example, I want to create a folder structure like \'Fruits/Edible/Seedless\'. I tried it with
You can also use the Linux exec command in the following way to achieve this,
exec
-p won't throw any error if directory exists, otherwise it will create the directory along with the parent directories.
-p