Files are used to store and retrieve data.
A file is a document of data. (also known as a "flat" file.
A directory (or subdirectory) is a list of files.
Data information can be stored in either flat files or a database. Flat files are used for smaller, easier applications. Databases (such as MySQL) are used for larger, more powerful applications.
A file is a document of data. (also known as a "flat" file.
A directory (or subdirectory) is a list of files.
Data information can be stored in either flat files or a database. Flat files are used for smaller, easier applications. Databases (such as MySQL) are used for larger, more powerful applications.


