Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder vs Directory #7157

Closed
hius07 opened this issue Jan 17, 2021 · 12 comments · Fixed by #7328
Closed

Folder vs Directory #7157

hius07 opened this issue Jan 17, 2021 · 12 comments · Fixed by #7328
Milestone

Comments

@hius07
Copy link
Member

hius07 commented Jan 17, 2021

Is there a difference beween Folder and Directory?
I see both e.g. in the + menu in the filebrowser.

@Frenzie
Copy link
Member

Frenzie commented Jan 17, 2021

Where do you see directory? But no, there's no difference.

@Frenzie
Copy link
Member

Frenzie commented Jan 17, 2021

Okay, this looks bad, yes. ;p
Screenshot_20210117-141002

@hius07
Copy link
Member Author

hius07 commented Jan 17, 2021

Where do you see directory?

  • menu in the filebrowser: Set as HOME directory
    Folder shortcuts: Add new folder shortcut: Long-press to select directory

@Frenzie
Copy link
Member

Frenzie commented Jan 17, 2021 via email

@NiLuJe
Copy link
Member

NiLuJe commented Jan 17, 2021

I have a slight conundrum with the example:

  • I largely prefer "directory" for the HOME stuff.
  • I slightly prefer "folder" for the "new folder" button ;p.

(All in all, I'd tend to prefer directory to folder, it probably fits better in more contexts?)

@hius07
Copy link
Member Author

hius07 commented Jan 17, 2021

Not very thorough search gives two more directories only:

Gear - Device - Screenshot directory
Book information - Directory

@pazos
Copy link
Member

pazos commented Jan 17, 2021

I have a slight conundrum with the example:

  • I largely prefer "directory" for the HOME stuff.
  • I slightly prefer "folder" for the "new folder" button ;p.

(All in all, I'd tend to prefer directory to folder, it probably fits better in more contexts?)

As a firm believer in everything's a file and heavily desktop paradigm follower I have some issues understanding why that's an issue.

I tend to think that dir and folder is the same. The former is a way to express it in a hieararchy and the later a graphical representation of the former. Both are talking about a "place" where "stuff" is put.

Things are even meaningless in galician or spanish, where directory is never used in mainstream computer-ism. Is still used to represent an index of stuff, like "business directory" or "phone directory". But a directory of files is always called "folder".

@Frenzie
Copy link
Member

Frenzie commented Jan 17, 2021

As an aside,

https://support.apple.com/guide/mac-help/folders-that-come-with-your-mac-mchlp1143/mac

Your home folder is named with your user name and has folders for your desktop files, downloads, pictures, documents, movies, music, and any public files. You can create folders in your home folder.

@hius07
Copy link
Member Author

hius07 commented Jan 20, 2021

Deep search gives the following statistics in interface elements (including plugins):
Directory - 18 entries
Folder - 17 entries
Parity)

@mergen3107
Copy link
Contributor

Lets agree to “file containers” xD /s

@hius07
Copy link
Member Author

hius07 commented Feb 21, 2021

3

@Frenzie Frenzie added this to the 2021.03 milestone Feb 21, 2021
Frenzie added a commit to Frenzie/koreader that referenced this issue Feb 21, 2021
Frenzie added a commit to Frenzie/koreader that referenced this issue Feb 21, 2021
Frenzie added a commit that referenced this issue Feb 22, 2021
@hius07
Copy link
Member Author

hius07 commented Feb 26, 2021

Two more entries

if dir.name == ".." then
text = up_folder_arrow
elseif dir.name == "." then -- possible with show_current_dir_for_hold
text = _("Long-press to select current directory")
elseif dir.name == "./." then -- added as content of an unreadable directory
text = _("Current directory not readable. Some content may not be shown.")
else
text = dir.name.."/"
bidi_wrap_func = BD.directory
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants