Page 1 of 1

Support folder type for [HintsCustomField]

Posted: 2016-09-12, 03:08 UTC
by loogle
We can define the customer hint by the file name extention like below:

Code: Select all

[HintsCustomField]
0exts=*.mp3;*.wma;*.wav;*.flac;*.aac;*.ape;
0fields=...
1exts=*.exe;*.dll;*.ocx;*.com;*.sys;
1fields=...
But I want to define hint for the folder type.
File name extention cannot interpret the folder type.

Posted: 2016-09-12, 10:17 UTC
by petermad
2loogle

Try this:

[Searches]
Folders_SearchFor=
Folders_SearchIn=
Folders_SearchText=
Folders_SearchFlags=0|000002000020||||||||22221|0000|

[HintsCustomField]
0exts=>Folders
0fields=...

Posted: 2016-09-19, 00:08 UTC
by loogle
petermad wrote:2loogle

Try this:

[Searches]
Folders_SearchFor=
Folders_SearchIn=
Folders_SearchText=
Folders_SearchFlags=0|000002000020||||||||22221|0000|

[HintsCustomField]
0exts=>Folders
0fields=...
Thanks very much. It works well.