1
Finding a sub folder Programmatically in Root Folder
Question asked by LCN - 8/28/2015 at 2:12 AM
Answered
Can someone please tell me how to programmatically find a sub folder within Root Folder? I'm using RootFolder.FindSubFolder(" ")   but its not working. I don't understand what syntax and what kind of relative path it is asking for.
It can't find an existing sub folder within the root folder. Can somebody please explain how to mention the required path in c#? Folder I want to find is at location like "D:\Lesson Plans\".
 
Any help will be appreciated.

2 Replies

Reply to Thread
1
Cem Alacayir Replied
Employee Post Marked As Answer
That API is for the very old version. Please see this answer on the old forums.
0
LCN Replied
Thank you so much for quick and helpful response Cem Alacayir. It took me out of trouble.

Reply to Thread