>>>>> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes:
Arnd> On 27 Jul 1999 06:57:29 +0900, [EMAIL PROTECTED] wrote:
>> BTW I like your suggestion of using isalnum().
Arnd> Well, it's only a macro shorthand.
Arnd> Please note, until filetools.C are cleaned, I have to let '.'
Arnd> (dots) pass through this filter. I could not find a safe and
Arnd> efficient method for stripping and later re-adding path prefix
Arnd> and extension suffix, thus avoiding the problem with single
Arnd> (sole) trailing dots.
Why do you need to handle `.'?
JMarc