Is it possible to have a rule that "breaks" the defined sort order settings? I'll give you the example of I'm wanting to do.
Generally, I always prefer sorting directories above files. However, sometimes I have a huge list of directories, and there is one application that controls the content in that directory. I'd like to be able to use a special character to have the shortcut to that application sort to the top of the listing.
Example:
The directory "Music" contains hundreds of folders.
Whenever I'm actually listening to local music instead of streaming, I use Resonic player. I'd like the shortcut to Resonic to show up at the top of the list instead of at the very bottom of these hundreds of folders.
So, could I define a special character that always sorts to the top regardless of file/folder type?
function OnInit(initData)
{
initData.name = "Special Sort Column";
initData.desc = "A column to sort a specific file to the top of the list.";
initData.version = "1.0";
initData.default_enable = true;