Re: [fpc-pascal] meta data of files

2016-12-15 Thread Marc Santhoff
On Mi, 2016-12-14 at 22:56 -0700, Lars wrote: > On Wed, December 14, 2016 11:57 am, Marc Santhoff wrote: > > Hi, > > > > > > I'd like to read out meta data from files. is there any pascal code > > supporting this task? > > > > This is about reading the comment of zip files, the author and > > descr

Re: [fpc-pascal] meta data of files

2016-12-15 Thread Mark Morgan Lloyd
On 15/12/16 07:00, Lars wrote: This is about reading the comment of zip files, the author and description of word processor files (open document format) and so on. Is meta data in files some standard, so that the meta data in an mp3 file is similar to a word process file? I have a hunch this

Re: [fpc-pascal] meta data of files

2016-12-14 Thread Lars
On Wed, December 14, 2016 11:57 am, Marc Santhoff wrote: > Hi, > > > I'd like to read out meta data from files. is there any pascal code > supporting this task? > > This is about reading the comment of zip files, the author and > description of word processor files (open document format) and so on.

[fpc-pascal] meta data of files

2016-12-14 Thread Marc Santhoff
Hi, I'd like to read out meta data from files. is there any pascal code supporting this task? This is about reading the comment of zip files, the author and description of word processor files (open document format) and so on. TIA, Marc ___ fpc-pasca