Virtual Folders vs Paper Folders
-
- Posts: 210
- Joined: 27 May 2014 05:24
Virtual Folders vs Paper Folders
Can I get a quick rundown of the differences between the two? I'm not seeing anything in the help file (not updated yet, I guess)
I currently make extensive use of Paper Folders to organize files which are distributed in various drives and folders.
Is there some killer use-case for virtual folders I'm missing?
I currently make extensive use of Paper Folders to organize files which are distributed in various drives and folders.
Is there some killer use-case for virtual folders I'm missing?
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
Help will come.
I have a locked tab called "Pic Tiles" now, pointing to this VFO:
I have a locked tab called "Pic Tiles" now, pointing to this VFO:
vi:<get pick *.jpg;*.jpeg;*.png>
and set to Small Tiles view. I just open this tab to see all those pictures in my current folder wherever that is. And my current tab is not changed at all (scroll pos, selections, view). I can jump back and forth using F7. Awesome.FAQ | XY News RSS | XY Bluesky
Re: Virtual Folders vs Paper Folders
Great, this is exactly what I need. 

Windows 11 24H2 @100% 2560x1440
Re: Virtual Folders vs Paper Folders
Actually, before this very description I didn't get the practical benefits just from the release notes.

So it's a sort of a "companion/alternative view" tab to an existing one. Good idea.

1. Would it make sense to somehow indicate the virtualized path on the virtual folder tab (header)? If both tabs are in the same pane the lacking relation information could become "hard" for tab messies like me.
2. Which brings me to dual pane mode this feature is IMO really made for but doesn't work yet (the vf content isn't updated when switching tabs in the other pane). Is it planned to support the virtual folder feature across both panes?
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
1. Yes, I'm missing that, too. We'll see.Filehero wrote: ↑17 Jan 2023 12:41 1. Would it make sense to somehow indicate the virtualized path on the virtual folder tab (header)? If both tabs are in the same pane the lacking relation information could become "hard" for tab messies like me.
2. Which brings me to dual pane mode this feature is IMO really made for but doesn't work yet (the vf content isn't updated when switching tabs in the other pane). Is it planned to support the virtual folder feature across both panes?
2. Good idea, but not now.
FAQ | XY News RSS | XY Bluesky
-
- Posts: 279
- Joined: 29 Sep 2022 14:20
- Location: Win10 @125%
Re: Virtual Folders vs Paper Folders
thank you for posting the example. i know updated help and examples are coming.
i make a few simple VFOs to test and i like using them. i am struggling to make this work and it may not be possible - a VFO for files "modified today".
currently i have the visual filter set to Modified Today and then use #355; on my breadcrumb bar to toggle it for my current pane. it works great, but with a VFO, it would always be set and ready for display !
i make a few simple VFOs to test and i like using them. i am struggling to make this work and it may not be possible - a VFO for files "modified today".
currently i have the visual filter set to Modified Today and then use #355; on my breadcrumb bar to toggle it for my current pane. it works great, but with a VFO, it would always be set and ready for display !
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
It can be done, nice idea actually.
Tab name: 7 days
Tab location: vi:<get pick>
Tab Visual Filter: "7 days|Modified Last 7 Days" ageM: <= 7 d
Tab locked: Yep

Tab name: 7 days
Tab location: vi:<get pick>
Tab Visual Filter: "7 days|Modified Last 7 Days" ageM: <= 7 d
Tab locked: Yep
- Attachments
-
- 2023-01-17_131827.png (4.08 KiB) Viewed 2328 times
FAQ | XY News RSS | XY Bluesky
-
- Posts: 279
- Joined: 29 Sep 2022 14:20
- Location: Win10 @125%
Re: Virtual Folders vs Paper Folders
thank you for this example, easy to setup and it's working. is there any way to lock the filter for the locked tab ? here is what happened.
1. this virtual tab is setup as instructed and is working.
2. i have it pointing to my C:\Downloads folder and it shows the downloads for today.
3. the tab was left active and i switched over to firefox and downloaded a new file.
4. switched back to xy (virtual tab active) and it wasn't refreshed and the new file wasn't displayed.
5. i pressed F5 out of habit to refresh and the visual filter that was applied to the tab was "toggled off".
6. i had to re-apply the visual filter and the new download was visible.
so really two questions.
1. do the virtual folders "auto-refresh" yet ?
2. is there a way to lock the visual filter to a lock tab to prevent accidental removal ?
1. this virtual tab is setup as instructed and is working.
2. i have it pointing to my C:\Downloads folder and it shows the downloads for today.
3. the tab was left active and i switched over to firefox and downloaded a new file.
4. switched back to xy (virtual tab active) and it wasn't refreshed and the new file wasn't displayed.
5. i pressed F5 out of habit to refresh and the visual filter that was applied to the tab was "toggled off".
6. i had to re-apply the visual filter and the new download was visible.
so really two questions.
1. do the virtual folders "auto-refresh" yet ?
2. is there a way to lock the visual filter to a lock tab to prevent accidental removal ?
-
- Posts: 4336
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4351 at 100% 2560x1440
Re: Virtual Folders vs Paper Folders
I think this comment is along the same lines as GreetingsFromPoland's comment above. I've noticed a difference in setting a tab using
Edit 1: To expand a bit more, if I set up a tab using
Edit 2: I forgot to mention, great ideas on the use of virtual folders. Keep em coming! I was thinking initially that since they're in memory and go away on the next startup that they may not be of much use to me (like the new Explorer tabs feature), but when used in tabs or possibly other areas like CKS or UDCs they certainly will be useful.
vi:<get pick *.jpg;*.jpeg;*.png>
in the location block as you mentioned Don, verses using only vi:<get pick> in the location block and then setting a visual filter with "Images" *.jpg | *.gif | *.png
. The result should be the same I would think. However, XYplorer seems to lose the visual filter even though you've saved a FVS (with saved filters checked) with that filter applied. In the case of thumbnails view, I'm seeing thumbnails being regenerated as well even though they were already cached in that size. Using vi:<get pick *.jpg;*.jpeg;*.png>
seems to work consistently though.Edit 1: To expand a bit more, if I set up a tab using
vi:<get pick>
in the location block and a visual filter for that tab (e.g., *.jpg | *.gif | *.png
) save everything including FVS, and then use "Toggle Visual Filter", when that visual filter is removed, XY is regenerating the thumbnails for the entire folder (a folder which contains a multitude of files not just those images) as if they didn't exist...each and every time.Edit 2: I forgot to mention, great ideas on the use of virtual folders. Keep em coming! I was thinking initially that since they're in memory and go away on the next startup that they may not be of much use to me (like the new Explorer tabs feature), but when used in tabs or possibly other areas like CKS or UDCs they certainly will be useful.

Last edited by klownboy on 17 Jan 2023 18:29, edited 2 times in total.
Re: Virtual Folders vs Paper Folders
Maybe, "just" a tab badge with the vf signature color.
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
I agree. In the next beta a VF will survive the refresh of a VFO.GreetingsFromPoland wrote: ↑17 Jan 2023 15:23 thank you for this example, easy to setup and it's working. is there any way to lock the filter for the locked tab ? here is what happened.
1. this virtual tab is setup as instructed and is working.
2. i have it pointing to my C:\Downloads folder and it shows the downloads for today.
3. the tab was left active and i switched over to firefox and downloaded a new file.
4. switched back to xy (virtual tab active) and it wasn't refreshed and the new file wasn't displayed.
5. i pressed F5 out of habit to refresh and the visual filter that was applied to the tab was "toggled off".
6. i had to re-apply the visual filter and the new download was visible.
so really two questions.
1. do the virtual folders "auto-refresh" yet ?
2. is there a way to lock the visual filter to a lock tab to prevent accidental removal ?
FAQ | XY News RSS | XY Bluesky
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
Uhm, I made many little changes in the meantime. Try the next beta (v23.90.0422) and let me know what's still missing.klownboy wrote: ↑17 Jan 2023 15:52 I think this comment is along the same lines as GreetingsFromPoland's comment above. I've noticed a difference in setting a tab usingvi:<get pick *.jpg;*.jpeg;*.png>
in the location block as you mentioned Don, verses using only vi:<get pick> in the location block and then setting a visual filter with"Images" *.jpg | *.gif | *.png
. The result should be the same I would think. However, XYplorer seems to lose the visual filter even though you've saved a FVS (with saved filters checked) with that filter applied. In the case of thumbnails view, I'm seeing thumbnails being regenerated as well even though they were already cached in that size. Usingvi:<get pick *.jpg;*.jpeg;*.png>
seems to work consistently though.
Edit 1: To expand a bit more, if I set up a tab usingvi:<get pick>
in the location block and a visual filter for that tab (e.g.,*.jpg | *.gif | *.png
) save everything including FVS, and then use "Toggle Visual Filter", when that visual filter is removed, XY is regenerating the thumbnails for the entire folder (a folder which contains a multitude of files not just those images) as if they didn't exist...each and every time.
Edit 2: I forgot to mention, great ideas on the use of virtual folders. Keep em coming! I was thinking initially that since they're in memory and go away on the next startup that they may not be of much use to me (like the new Explorer tabs feature), but when used in tabs or possibly other areas like CKS or UDCs they certainly will be useful.![]()
FAQ | XY News RSS | XY Bluesky
-
- Posts: 4336
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4351 at 100% 2560x1440
Re: Virtual Folders vs Paper Folders
Maybe something to consider in the future. Allow the use of a simple time filter in the parameter for get pick as you now can for filtering file types (i.e., vi:<get pick ageM: <= 7 d>) such that you could do it what you did above but have it all in the Tab Re-location block not needing Tab visual filter entry.
-
- Site Admin
- Posts: 63600
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Virtual Folders vs Paper Folders
There are no simple time filters 

FAQ | XY News RSS | XY Bluesky
-
- Posts: 4336
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4351 at 100% 2560x1440
Re: Virtual Folders vs Paper Folders
Maybe I should have said, simplified time filters. 
