FileX wdx plugin How do you use it?
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 136
- Joined: 2010-02-26, 11:52 UTC
FileX wdx plugin How do you use it?
The text file that comes with it doesnt telll you how to use it. Any hints/advice please?!
What you dont see is what you get!
- hoppfrosch
- Junior Member
- Posts: 67
- Joined: 2004-10-20, 05:39 UTC
So, create file FileX.ini, then add group [Group] and then define groups there. E.g.:Readme.txt wrote:Groups are defined in FileX.ini in the section [Group].
Every group defined like
GroupName=str1:str2:str3
Extended conditions.
--------------------
strX can be string prefixed by ?, * or | char.
It allows define aditional conditions based on full filename.
- ? means string MAY be in filename (like extension but anywhere in filename)
- * means string MUST be un filename
- | means string MUST NOT be in filename
Examples:
Document=doc:pdf:djvu:?book
CDImage=iso:bin:|\MyProjects
Code: Select all
[Group]
Document=doc:pdf:djvu:?book:txt
CDImage=iso:bin:|\MyProjects
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
When there are some sets of numbered filesit is suitable to create a group:and then to use this group everywhere it is allowed (I use it in the thumbnail view). Then you can easily see where each set starts and ends.
Moreover, fields filex.FullPathLen, filex.FileNameLen, filex.PathLen, filex.FileType and filex.Association are self-explanatory. I created the corresponding set of custom columns and switch to it sometimes.
Code: Select all
a01.txt
a02.txt
...
bcd001.doc
bcd002.doc
...
Code: Select all
{-1st in set-}=?01.
Moreover, fields filex.FullPathLen, filex.FileNameLen, filex.PathLen, filex.FileType and filex.Association are self-explanatory. I created the corresponding set of custom columns and switch to it sometimes.
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander
-
- Member
- Posts: 136
- Joined: 2010-02-26, 11:52 UTC