Document classes for specific directories
Posted: Sun Aug 07, 2022 10:39 am
C:\Users\---\AppData\Roaming\Helios\TextPad\8\ConfigState.xml
contains entries for document classes in this format ...
This matches what we see in Preferences / Document Classes.
So, the test is currently restricted to the filename.suffix.
Please widen the test to allow the file path to be included.
(see https://forums.textpad.com/viewtopic.php?p=44788)
contains entries for document classes in this format ...
Code: Select all
<class name="Text" type="2">
<value name="Members" type="collection">
<element>*.</element>
<element>*.TXT</element>
<element>*.INI</element>
...
So, the test is currently restricted to the filename.suffix.
Please widen the test to allow the file path to be included.
(see https://forums.textpad.com/viewtopic.php?p=44788)