Hi All,
I am trying to create folder even though its quite simple but still do not know why its not creating folder.
Hi All,
I am trying to create folder even though its quite simple but still do not know why its not creating folder.
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.
Also check if your user/bot have proper permission to create a folder inside parent folder.