Re: [fpc-devel] Re: File Dates

2005-01-30 Thread Michael Van Canneyt
On Sun, 30 Jan 2005, Jeff Pohlmeyer wrote: > > > unit libmagic; > > > Can we include this in the FPC packages ? I think it would be useful. > > Michael. > > It's okay with me, I'm always glad to contribute what I can to FPC. > - Jeff Thank you. I'll add dynamical loading of the libmagic librar

[fpc-devel] Re: File Dates

2005-01-30 Thread Jeff Pohlmeyer
> > unit libmagic; > Can we include this in the FPC packages ? I think it would be useful. > Michael. It's okay with me, I'm always glad to contribute what I can to FPC. - Jeff . __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: [fpc-devel] Re: File Dates

2005-01-30 Thread Michael Van Canneyt
On Sat, 29 Jan 2005, Jeff Pohlmeyer wrote: > > > AFAIR Unix has some kind of registry for file types, based on file > > extensions and characteristic bytes at the begin of an file. Does > > somebody know more about that registry, so that it could be integrated > > into the intended registry for

[fpc-devel] Re: File Dates

2005-01-29 Thread Jeff Pohlmeyer
> AFAIR Unix has some kind of registry for file types, based on file > extensions and characteristic bytes at the begin of an file. Does > somebody know more about that registry, so that it could be integrated > into the intended registry for archive handlers? ===