From: Piotr Fusik (P.Fusik_at_elka.pw.edu.pl)
Date: 2002-11-18 19:41:03
On Mon, 18 Nov 2002, Ullrich von Bassewitz wrote: > Does anybody know the maximum file name lengths for these platforms: > > Atari DOS standard: 8.3 (i.e. FILENAME.EXT). > <platform>-<width>-<height>-<colors>.tgi Not all Atari DOSes allow '-' in filename. Here's a Perl regex: :-) [A-Z][A-Z0-9_]{0,7}(\.[A-Z0-9_]{0,3})? Piotr ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-11-18 19:41:37 CET