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 exactly as they function; folios containing related files. In addition, most operating systems represent these folders with graphic icons (folders), so it’s reasonable that we call them that.

But once we branch away from our desktop however, this term is a little less applicable. Consider this URL:

McDonald's Logo

https://www.mcdonalds.com/content/dam/usa/logo/m_logo.png

The path (or “directions”) for this image, /content/dam/usa/logo/ actually refers to the nesting of its folders, or directories.

Directory Tree
.
└──  content/
    └──  dam/
        └──  usa/
            └──  logo/
                └──  m_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 directory file folder organize path