Hello,
Yes, the "alternative" way exists:
Way 1: You can use the Files property (the DataFolder and DataBurner have this property). The returned IDataFiles collection contains all files & folders which are children of current folder. In fact You should implement the recursive search in order to determine all files and folders. This search should be started from DataBurner object!!
Way 2: As You have your own tree control with files and folders You can implement recursive search for this control!!!
Note( for both ways): When You will restoring the saved data into DataBurner object You should use CreateFolder method instead of AddDirectory method and add the children items manually ... one by one!
Regards,
Dmitry
|