As a novice Pascal programmer, I have a question concerning the Standard
File Package.
My simple programs were ported to Codewarrior 5 from Think pascal.
Several use the StandardGetFile routine to obtain TEXT files for input.
However, the changes to the Universal headers in Codewarrior 6 and 7 mean
that the TypeList parameter has changed from a type of SFTypeList to a
type of ConstSFTypeListPtr.
I would be most greatful if anyone knows how to identify TEXT files using
the new type.
My programs use similar code to that illustrated in "Inside Macintosh"
,Files, on pages 3-14 and 3-15.
Thanks for reading...
Mark