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

More file attributes (hidden, read-only, ...) #65

Open
Maingron opened this issue Aug 1, 2023 · 2 comments
Open

More file attributes (hidden, read-only, ...) #65

Maingron opened this issue Aug 1, 2023 · 2 comments

Comments

@Maingron
Copy link
Owner

Maingron commented Aug 1, 2023

Add more file attributes to files and folders that allow them to be hidden, for example.

Think they should be stored like in the following example, using a-z, A-Z and 0-9 - only one per attribute, giving a total amount of 62 possibilities.

Example list of attributes (non-final draft):

  • a: hidden
  • b: read-only (user initiated)
  • c: read-only (system initiated, can't be changed by user)
  • d: read-only / file opened right now (temporary flag)
  • e: temporary file (can be used to fetch and clean temporary files)
  • 0: sensitive system files (system variable, for example)
  • 1: sensitive user files (user variable, for example)
  • 2: user file
  • 3: program file
  • A: Color dot 1
  • B: Color dot 2
  • C: Color dot 3
  • D: Color dot 4
  • E: Color dot 5
  • F: Color dot 6

Example:

A=ab1 = hidden, read-only, sensitive user file

@Maingron Maingron changed the title mle attributes More file attributes (hidden, read-only, ...) Aug 1, 2023
@Maingron
Copy link
Owner Author

For now, ABCDEF0a are implemented as suggested

@Maingron
Copy link
Owner Author

(to be committed)

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

No branches or pull requests

1 participant