Hi There,
I’m creating demo folders, subfolders and documents(Word, Excel & ppt) with reference to Excel Document like below
can you help me with the logic of sub folders here
how to proceed in this loop
Hi There,
I’m creating demo folders, subfolders and documents(Word, Excel & ppt) with reference to Excel Document like below
Follow the steps
String.IsNullOrEmpty(currentrow(0).ToString)
Path.Combine(OutputFolder.FullName,currentrow(1).ToString)
and also assign ouput property of create folder to outputFolder variablecurrentRow(0).ToString
and also assign the output property of create folder to outputFolder VariableThis should create the full folder structure
Cheers
Thank you @Anil_G it helped me