
Adding OneDrive to XYPlorer
-
blewis9991
- Posts: 4
- Joined: 25 Sep 2014 04:56
Adding OneDrive to XYPlorer
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.


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:
-
admin
- Site Admin
- Posts: 66102
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Adding OneDrive to XYPlorer
1) Like this?
2) Does this return the correct OneDrive path?
Is it
Code: Select all
echo get("knownfolderpath", "{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}"); //OneDrive pathC:\Users\<username>\OneDrive ?To see the attached files, you need to log into the forum.
FAQ | XY News RSS | XY X
-
highend
- Posts: 14926
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Adding OneDrive to XYPlorer
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
Do any of these work?
%OneDrive%
%OneDriveConsumer%
%OneDriveCommercial%
echo reg_get(1, "Software\Microsoft\OneDrive", "UserFolder"); //OneDrive folder
%OneDrive%
%OneDriveConsumer%
%OneDriveCommercial%
echo reg_get(1, "Software\Microsoft\OneDrive", "UserFolder"); //OneDrive folder
FAQ | XY News RSS | XY X
-
highend
- Posts: 14926
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Adding OneDrive to XYPlorer
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
XYplorer Beta Club