Hi Leo, very nice work you are doing with this software. Keep up the good work!
As you will see I frequently use dopus flatview mode to organize my files
My problems are:
I am trying to create symbolic links to folders from a list in flat view mode. I tried to use the dopus command COPY MAKELINK=SYMBOLIC but the problems is that it creates sym links to folders not relative to the folder being linked (i.e C:\folder 1\folder 2\storage for symlinks\link to folder 2 is "c:\folder 1\folder 2" instead of "....\folder 2") In other words it creates absolute paths (full paths) just like junction links. Can you change this please? I really need to have relative paths.
In the mean time I tried to resolve this using a command line tool for symlinks and building a button for it with a dopus run script like this:
@runmode:hide
@async "C:\Windows\ln.exe" --symbolic {sourcepath$}{file} {destpath$}{file}
but there is a problem again as {sourcepath$} and other modifiers don't work in FLAT VIEW. Why? Are there any other way of taking tha path from a selected file (folder) in flatview mode?
The second bug (problem) is that in Flatview mode I can only filter files and not folders. While not in flatview mode everything is ok. I can searc for folders using filter or for file, but as I said I can't search for folders in flatview (using filters)