Folder not getting created

Hi All,

I am trying to create folder even though its quite simple but still do not know why its not creating folder.

@marina.dutta,

Try creating the folder path using Path.Combine("Base Folder Path","Child folder path")

This will give you the folder path you are going to create.
Analyze any issue in the path like any special characters or \ in the folder path.

1 Like

Also check if your user/bot have proper permission to create a folder inside parent folder.