Page 1 of 1

Adding OneDrive to XYPlorer

Posted: 30 Dec 2022 04:11
by blewis9991
I have searched and don't see others with this problem. I have XYPlorer pointing to an old path for OneDrive, OneDrive appears under my user profile in the tree. Is there a way to add / correct the path? What I would like is OneDrive to appear as in Windows File Explorer under the top list, but failing that being able to read the files and sync would be appreciated. The current OneDrive pointing is 6 years old. TIA.

Image

Re: Adding OneDrive to XYPlorer

Posted: 31 Dec 2022 10:44
by admin
It's on my list for 2023.

Re: Adding OneDrive to XYPlorer

Posted: 05 Jan 2023 10:16
by admin
1) Like this?
OneDriveFolder.png
2) Does this return the correct OneDrive path?

Code: Select all

echo get("knownfolderpath", "{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}");  //OneDrive path
Is it C:\Users\<username>\OneDrive ?

Re: Adding OneDrive to XYPlorer

Posted: 05 Jan 2023 10:48
by highend
2.) It is the correct folder (Windows Server 2022) but the echo output is empty...

Re: Adding OneDrive to XYPlorer

Posted: 05 Jan 2023 10:57
by admin
Do any of these work?

%OneDrive%
%OneDriveConsumer%
%OneDriveCommercial%

echo reg_get(1, "Software\Microsoft\OneDrive", "UserFolder"); //OneDrive folder

Re: Adding OneDrive to XYPlorer

Posted: 05 Jan 2023 12:14
by highend
All of them are fine apart from %OneDriveCommercial% (the commercial version isn't installed^^)