File Structure

Other than making it easy for a human to work out what files are related to there is no purpose... Everything could just be in the root of c for all the computer cares
 
Interesting, that popped up some ideas.

I believe I am right in saying files are not actually in any folders they are just associated with it.

I think a folder is just a entry in the file system database.

If you format a drive and do a data recovery you can get the files but the folder information is lost because the database was trashed and overwritten with an empty one
 
I believe I am right in saying files are not actually in any folders they are just associated with it.

I think a folder is just a entry in the file system database.

If you format a drive and do a data recovery you can get the files but the folder information is lost because the database was trashed and overwritten with an empty one

I like it. By the way have you tried googling the original question, don't you find it difficult to find anything worthwhile or is it just me?
 
As previously stated, the whole concept of folders are really just for us mere humans to organise and "understand" the structure of things (FYI: Folders are actually just a file!)

I guess a good way of looking at it, is to look at how file systems work, and keep track of files etc, then compare that to what you see on the screen!

The Wikipedia article on FAT might be a good place to start.
 
Folders are important, they are not just for "humans". Think in terms of permissions (files inheriting permissions from parent folders. Folder depth limitations dependant on core file system. Performance of locating files within folders, ability to have duplicate names of files.

I doubt any computer system could function effectively without some logical structuring such as folders.
 
Back
Top Bottom