Hey everyone,
I'm trying to adapt a C# winform tool we use at my office to use the new dropbox desktop app. The app searches our client folders and opens a folder in windows explorer. (The exact command is)
System.Diagnostics.Process.Start(path)
Does anyone have suggestions on how to make this app open a folder in the dropbox desktop app instead?