Are both names synonyms or should one prefer one name over the other on different platforms?
feedback
|
|
As seen in this question, they are not the same. Authoritative answer given by Raymond Chen:
| |||||
|
feedback
|
|
As a reference to physical locations on the hard drive they are synonyms. Windows tends to use "Folder". *nix tends to use "Directory". On Windows you have virtual folders (as mentioned in malfruct's answer) which are represented as directories but are actually stored as files (zip files are one example). However, to the end user this distinction doesn't usually matter. | |||||||||||||
feedback
|
|
For GUI platforms, "Folder" name is recommended where as for command line environment, "Directory" name is suited. | |||
|
feedback
|
|
What humanfly said, with the additional note that some programs use "Folder" but NEVER directory, i.e. in email programs like Outlook. You never have "subdirectories" but you often have "subfolders". | |||||||||
feedback
|