Detect Groove Workspace Folders

E

Eric Smith

For the software development project I'm working on, I need to be able to
programmatically detect if a given file is within a Groove Workspace.

The first idea I've had is to use SHGetSetFolderCustomSettings to read the
desktop.ini file for the Workspace folder, and since Workspaces have custom
icons, make the determination based on the folder's custom icon.

I'd prefer a more robust solution, though. Is there some way to know all of
the paths that are Workspaces? Is there a Groove API that would provide that
information?
 
E

Eric Smith

Upon further investigation, it looks like the custom folders are actually
just icon overlays (is that correct?), so my original idea won't work either.
Can you suggest any other approach?

Thanks,
Eric
 
Top