From: tomw AT tsys DOT demon DOT co DOT uk (Tom Wheeley) Subject: Re: LFNs Message-ID: <843608012snz@tsys.demon.co.uk> References: <1 DOT 5 DOT 4 DOT 16 DOT 19960924095355 DOT 2c5722a6 AT dmeasc DOT rc DOT ipt DOT br> Date: Tue, 24 Sep 96 23:33:32 GMT Organization: Adventures and Diving Reply-To: tomw AT tsys DOT demon DOT co DOT uk Lines: 18 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tuesday, in article <1 DOT 5 DOT 4 DOT 16 DOT 19960924095355 DOT 2c5722a6 AT dmeasc DOT rc DOT ipt DOT br> csrabak AT dce03 DOT ipt DOT br "Cesar Scarpini Rabak" wrote: > I came accross some CD-ROMs which had the following clause: > "ISO 9660 format with Rock Ridge Extensions". The only reference I have > about these extensions is that "...use undefined fields in the ISO-9660 > standard to support long filenames and additional Unix information...". > > So I wonder wouldn't support these extensions in DJGPP be possible and > eventually easier than the other solutions pointed in last postings in > this matter? I expect it's possible, but it's only of use if you're thinking of burning your own CD-ROMS, or reading say a Linux CD. .splitbung (pwei barmy army, essex paragraph) http://www.tsys.demon.co.uk -- #include /* The .splitbung super .sig system! */ #include main(){FILE *f;int c;char s[99];puts("fav .sig: ");fgets(s,99,stdin);strtok (s,"\n");f=fopen(s,"rb");while((c=getc(f))!=EOF)putchar(c);if(f)fclose(f);}