Possible Duplicate:
Directory vs. Folder
Most people use the terms "folder" and "directory" interchangeably. Is there a difference, and if so, what is it?
Most people use the terms "folder" and "directory" interchangeably. Is there a difference, and if so, what is it?
| |||||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Most of the times they are interchangeable terms. Directory is a classical term used since the early times of file systems while folder is a sort of friendly name which may sound more familiar to Windows users. The main difference is that a folder is a logical concept that does not necessarily map to a physical directory. A directory is an file system object. A folder is a GUI object. Wikipedia explains it this way:
| |||||||||||
feedback
|
|
Authoritative answer given by Raymond Chen:
| |||||
feedback
|
|
If you are referring to a computer's file system the terms are synonymous. "Folders" is a common naming convention when referring to directories in the context of graphical user interfaces. "Directories" is a more common term used with console based interfaces. | |||||
feedback
|
|
No, there isn't any difference. The term directory comes from the notion that it's a directory of the files that it contains. The term folder comes from the analogy of a cardboard folder containing documents. | |||
|
feedback
|
|
This is probably not the technical definition, but I tend to think of a folder as the local/relative name and a directory as the full name. For example, looking at something like | |||
|
feedback
|