Christoph wrote: > Or should i get the information from the file "HEADER" in the temp > Directory ? The file is called "./HEADERS", and yes, you'll need to read it to get the information. However, it's guaranteed to have one header per line (long headers are "unwrapped"), so it's relatively easy to parse. Regards, David.