When using the find files (Ctrl-F) feature, and searching (for example) for all *.ovf files, files in my OneDrive are not shown.
If I navigate manually to that folder, the files are visible.
The search picks up *.ovf files fine in other (non-OneDrive) folders.
Any tips/tricks/suggestions? Tested in XYPlorer 26.50 and 26.50.0006.
Thanks ..
OneDrive search issue
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
highend
- Posts: 14991
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: OneDrive search issue
Execute this from the address bar (assuming your onedrive folder is on the C:\ drive):
Does that list contain those files (now)?
Code: Select all
text quicksearch("*.ovf /a", "C:\", , "s");One of my scripts helped you out? Please donate via Paypal
-
niels
- Posts: 4
- Joined: 11 Oct 2024 09:29
Re: OneDrive search issue
My OneDrive is in D:, so I modified accordingly, but no- the OneDrive files are still missing.
It just outputs the same files (for that particular drive) that the Ctrl-F search finds.
It just outputs the same files (for that particular drive) that the Ctrl-F search finds.
-
highend
- Posts: 14991
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: OneDrive search issue
Strange...
Replace the placeholder with the full path and try again:
Replace the placeholder with the full path and try again:
Code: Select all
text quicksearch("*.ovf /a", "<use the full path to your onedrive folder>", , "s");One of my scripts helped you out? Please donate via Paypal
-
niels
- Posts: 4
- Joined: 11 Oct 2024 09:29
Re: OneDrive search issue
if, in the script, I use D:\, the files are not found. If I use D:\OneDrive, they're all listed/found.
-
jupe
- Posts: 3462
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: OneDrive search issue
Configuration | Find and Filter | Find Files & Branch View | Find Files | [x] Follow junctions
-
niels
- Posts: 4
- Joined: 11 Oct 2024 09:29
Re: OneDrive search issue
That did the trick -- thanks to both of you for the help!
XYplorer Beta Club