I need to create a folder ,based on logic
Once folder is created next time the same folder should not be created,
If folder name doesn't exists in the list,then only a new folder should create.
Code should be simple C#.
I need to create a folder ,based on logic
Once folder is created next time the same folder should not be created,
If folder name doesn't exists in the list,then only a new folder should create.