Author: Jack KleinJack Klein
Date: May 16, 2007 18:16
> Hello,
>
> I need to create a file that would store personal information about
> a person, for example: name, addess, phone number, gender and
> age. But also I need to store a .JPG image file of each person that
> can be retrieved along with the pertinent personal information. So,
> my questions are:
>
> Is there a file system that would allow me to store text, numbers
> and image files for each person in the same file ?
Yes, some database programs will allow you to store images in records.
> If not, How can I store the .JPG image files separately ?
If you want something simpler, since all the other information is just
plain text, why not create a directory to store the image files. Then
in the data, include the full path and file name to the image file.
|