Lew Schwartz wrote: > Is it possible to edit the meta data for jpg's, tiff's etc... in VFP? Has > anyone done it? > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html
Provided that you know the content of a file you can always access it using low level functions. Of course the wisdom of changing (editing) that content will always be a consideration. I've used Low Level Functions to read entire files, store them as VFP code and recreate the file at a later date. Have also used the same functions to extract physical file size in order to create a correctly sized window for displaying it etc. Yes, certainly can be done. You only have to find the file specs. Gary Taig _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

