1 --- hsspiffy.e 2011-05-28 17:01:07.000000000 +0300
2 +++ hsspiffy.e.revert 2011-05-29 15:04:51.081617497 +0300
5 global integer PATH_SLASH
10 +if platform()=LINUX then --yes, believe it or not, HSPEAK can be compiled to run on Linux
17 --redundant to the standard upper() and lower() functions I know, but I
18 --use them constantly, and almost never use the other wildcard functs.
21 --normalise a pathname to use the platform specific path delimiter--
22 global function normalize_filename(sequence s)
26 + if platform()=LINUX then
34 --extract only portion of a string after the last of a delimiter--