I've been working on a tagging program for my computer. I need to the ability to pass a list of files or folders into an explorer (or something similar) to display them and be able to manipulate them much like you would do with a folder view in Windows.
I've already written the software which records and stores tags relative to file's path on the computer, and I can search through them dynamically creating a list of paths, but the next part I'm a little stumped on.
Even if there is a solution where I fool the operating into thinking the files are within a "temp" folder and simply display that, that would be perfect.
I'm written everything in C# so far, but I am not picky on the language.
Thanks in advance!