Using C#, I want to locate the local root folder where MEGAsync syncronizes into.
There are several similar questions for other clould providers:
- How do I programmatically locate my Dropbox folder using C#?
- How do I programmatically locate my Google Drive folder using C#?
- How do I find the OneDrive (SkyDrive) and GoogleDrive folders without the API?
Still for MEGAsync I found no solution.
My question:
Is there any chance to find the MEGAsync folder without additional libraries?
Update 1:
There is a configuration file located at
C:\Users\MyUser\AppData\Local\Mega Limited\MEGAsync\MEGAsync.cfg
All the content seems to be encrypted. So I doubt that there is any solution at all.