Adding OneDrive to XYPlorer

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
blewis9991
Posts: 4
Joined: 25 Sep 2014 04:56

Adding OneDrive to XYPlorer

Post 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
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66102
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Adding OneDrive to XYPlorer

Post by admin »

It's on my list for 2023.

admin
Site Admin
Posts: 66102
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Adding OneDrive to XYPlorer

Post 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 ?
To see the attached files, you need to log into the forum.

highend
Posts: 14926
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Adding OneDrive to XYPlorer

Post by highend »

2.) It is the correct folder (Windows Server 2022) but the echo output is empty...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66102
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Adding OneDrive to XYPlorer

Post by admin »

Do any of these work?

%OneDrive%
%OneDriveConsumer%
%OneDriveCommercial%

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

highend
Posts: 14926
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Adding OneDrive to XYPlorer

Post by highend »

All of them are fine apart from %OneDriveCommercial% (the commercial version isn't installed^^)
One of my scripts helped you out? Please donate via Paypal

Post Reply