I want to implement something like a virtual drive, but I want just a small example, e.g. like a virtual folder that has only one folder X per level where X is the level number:
1
2
3
.....
all browsable.
I already have an example, which shows the drives in the virtual folder, but I cannot go any deeper.
I changed the function GetAttributesOf so that it sets SFGAO_FOLDER and SFGAO_HASSUBFOLDER on everything, but they still are not browsable.
What exactly does GetAttributesOf and BindToObject do?
What is the difference?
What does EnumObjects do? (I understand vaguely what they all do,but it is confusing)
Bookmarks