118

I never understand why we need two name for the same thing!

Comments
  • 4
    There's multiple things for different things besides just those two so it doesn't really matter lol
  • 37
    I use those words interchangeably
  • 7
    I call them directories when I'm using command line, and folders otherwise. It's mostly because directories is a fucking long word but folders is simpler.
  • 3
    Linux distros don't really follow the usual Xerox office desk metaphor that Windows and macOS do.
  • 5
    Folder is more user friendly.
  • 17
    I call them containers.

    Kidding. I use both terms.
  • 11
    @QueenCodeslut could go full gnome, and call them boxes :p

    I personally think directory is the better word.

    When I visualize the word folder, I get the image of something that folds things.

    Ie. A poker player folds his card, by flipping it..

    For user friendliness.. I guess it's a matter og taste.

    The worst name I've come across for a directory though, is probably maps.
    Some web shell file browser i came across once had just that...
  • 3
    Windows is kinda strange. There is a folder inside the user folder they call "Desktop", but surely the desktop folder should be the root folder right?
  • 2
    I like to say "folder" when I'm just talking about a particular folder, and "directory" when the full path of the folder is important too.
  • 19
    Naming is interchangeable.

    What truly gets my blood boiling is the path separator "/" and "\".

    And don't get me started on labeling drives via letters.
  • 5
    Have you ever met an old windows user? They call them directories
  • 1
    They are one in the same.
    They are both folders and both have a directory path.
  • 0
    @theuser no, that's also not the case for most Linux distros
  • 3
    How about inode? 😉
  • 3
    Jahova Yahweh Allah God hmmmmmmmmmm...
  • 1
    windows is for the non-technically-inclined
  • 3
    Folder is easier to say.
  • 2
    I prefer Folder. Directory sounds worse
  • 3
    When someone asks me something, I say - open this-and-that Directory. Makes me sound more intelligent and smart.
  • 1
    Jeez, lets just call them folctory or direlder.
  • 1
    There's different desktops for different users that share the root. @theuser
  • 3
    On Windows one lists the contents of a folder with the 'dir' command...
    Maybe they changed the naming to avoid confusion with directory services (like active directory)?

    I generally don't care if it's called map, folder, directory or for (we Dutch people use that sometimes). One can use any of the words we greatly don't have to search for it.
    What really bothers me though Is that I am always searching for the illusive 'add and remove programs' thingy. It has changed it's name a few times and the translations are vastly different. Also windows still has two interfaces for configuration options and often needs the hard to find old one to really fix things.
  • 1
    Buckets

    Buckets with paths
  • 1
    It has always been a directory.
    Microsoft decided as a UX decision (back around Windows 95, or even before) that from a user prespective, saving files in folders makes more sense (to people in the physical world) than saving files in directories which had no meaning in the physical world.

    Microsoft was wrong. They should've kept it as directories imho.
  • 0
    Directory is the right term.
    Folder is just for visualization
  • 3
    The thing is, in Linux, everything is a file while in Windows, it isn't.
  • 2
    But still Windows uses CMD dir to list all folders. :-) It should be command fol or fld. :-D
  • 3
    @bioDan Well, seeing how many non-tech-savvy people use Windows, that was a good decision lol
  • 2
    @filthyranter but when you try to `rm` directory it is not treated as a file ;)
  • 0
    @afrometal Windows doesn't have rm :)
  • 1
  • 2
    @-c--
    Coworker: All the porn, duh. 😉
  • 1
    @Ashkin wants the whole package, I see.
    Support rsync? Because it's gonna be quite the (pay)load :p
  • 2
    @filthyranter Its because of decisions like this that there are an ungodly amount non-tech-savvy users...windows doesn't draw in stupid users, it creates them.
  • 1
    @KidLaser Same for the average mac user...
  • 0
    @Jop- ...easy there buddy...
  • 0
    @-c-- how did I not see this comment earlier? "the mountpoint" hahaha!!
  • 1
    Windows:
    C:> dir[ectory] Folder
    Linux:
    ~ $ l[i]s[t] directory
  • 0
    @theuser Linux also does this.
  • 0
    @afrometal You are mistaken. It is treated as a file (use rm -r and you will see) just remember that not all files are equal. Some files can be executed for example. Others are even more special like a driver file or named pipe or socket. Still files though.
    It is very common to have some exceptional behaviour based on file type but as a programmer you don't have too as everything is a file and file operations will apply
  • 0
    So it should be 'mf' not md or mkdir
    To make folder in windows or osx
  • 0
    Linux/Windows
    > dir foo
    > cd foo
    > mkdir bar
    > rmdir bar

    I guess it was just the GUI developers that couldn't be bothered with what terms the rest of the system uses.
  • 0
    Linux hugs you and treats it like a location while Windows watches you as a container
Add Comment