One of the things that I do a lot is using labels to keep track of files and folders that needs some work done on it. For example, on the local computer where the files/folders are located, I labeled I:\FolderToWorkOn red. This I:\ drive is actually also shared so it will appear on the network as \\NetworkComputer. I then go to another computer that night to continue to work on it but on this computer, the tags database have I:\FolderToWorkOn tagged as red and not \\NetworkComputer\FolderToWorkOn so it won't show up labeled as there is no such folder on this computer. So perhaps if there is something that allows wildcards to be used for lables such as *FolderToWorkOn where every folder named FolderToWorkOn will be labeled or *FolderToWorkOn* every folder with those words in in will be labeled. What do you think about this?
On an unrelated note, I have some folders that are made default for every new drive that I attached to the computer (Artbooks, Mangas, Misc, Music, etc) and I want to make sure that they stand out. I tried using color filters "Artbooks, Mangas, Misc, Music" but now every folder or items that have any of those words in in also get colored that way. I thought you must specify wildcards for that to happen but it doesn't.
EDIT: Found it. It can be done this way
Code: Select all
dir:*\Artbok;dir:*\Manga;dir:*\Misc;dir:*\Music;
XYplorer Beta Club