'version PageStream3:PageStream3 full >'||tfilename
temp=GETTEMP()
parse var temp dum ver ver2 ver3 .
if ver3='' then ver2=ver3
/* for technical reasons, PageStream has version numbers of PageStream3 1.0 instead of PageStream 3.0. Let's make it easier on the user by changing this for the report. */
IF FLength~=0 THEN Files=right(Files,fLength-cLength)
fLength=fLength-cLength
END
return
SAYVERS:
parse arg path
do count=1 to nlist
if right(list.count,5)~='.info' then do
if upper(right(list.count,8))='FONTLIST' | upper(list.count)='POSTSCRIPT.EHANDLER' | upper(right(list.count,6))='HEADER' | upper(right(list.count,10))='DICTIONARY' | upper(left(list.count,7))='PANTONE' then do