Web Directories (“Folders”)
We organize these different files into groups, just like you do with your other non-web-based files. We commonly refer to the containers of these files as “folders” because that’s how they function. Most operating systems represent these folders with graphic icons (folders) to make visual associations.
https://www.nba.com/nuggets/sites/nuggets/files/dn-primary-website-logo.png
The path (or “directions”) for this image, /nuggets/sites/nuggets/files/
actually refers to the nesting of its folders, or directories.
. └── nuggets/ └── sites/ └── nuggets/ └── files/ └── dn-primary-website-logo.png
NOTE “Folders” and “directories” refer to the same concept, but “directory” should be used when discussing file systems. You will hear us use directory most often.
development
- Previous
- Next