Code: Select all
I downloaded several versions of VP over one year, and test its function to check if the new version has what i need just like DO File Collection.
If you have some idea, you may tell about it.
Press button "V*P Rename object with target..." to rename a folder, "move" works, but "tgmove" seems not work.
Press button "V*P Rename object with target..." to rename a folder/file, V can not show result immediately, I have to press Ctrl+R to show the renamed result.
Just tried it now - message appeared showing new target for file, so
<tgmove works fine. The only problem that panel doesn't refreshed after operation so you need to do it manually. There are a lot of places where you need to refresh panel, if you want to do it automatically, you may add a call to refreshing tool (like TCMC with corresponding command line).
select multi files and press button: "P>V Add object to virtual panel...", only one file uploaded to V.
This button is for single file (its tooltip says
add object and not
add objects). But you may modify button and call
<put command with
%WL instead of
<add.
Can I customize the virtual explorer's button bar? just like TC's bar file?
YES! You can and you should, this is just a TC's bar file and you may modify it as you wish, it is provided just as an example.
Does VP has auto sync fuction between V and P? not only synchronized rename, synchronized delete, but also synchronized add/append or move files/folders.
When you confirmed to del a phisical folder inside V, the folder inside V is deleted, but the one inside P is still alive?
You may rename file/folder with its target using
<tgmove.
You may move/delete files from VP holding Shift - in this case VP will ask for removing original files and will move/delete targets. If you confirm delete, VP deletes target file. But if you have this folder opened in another panel, TC won't refresh it so you will see that file is still alive but it won'r be true. Unfortunately there are no ways to refresh inactive panel in TC, also after refreshing TC exits archives so refreshes were removed from VP code.
You may add files only to real folders inside of folder links in VP (theese folders have same icons as regular folders in TC panel and theese folders may be added only using
<add or corresponding buttonbar button, you can't create them using F5/F6/F7 buttons), virtual folders are not associated with physical folders so it has no meaning to move file to nowhere (VP informs you when you're trying to move files to virtual folder).