Operating System - file attributes

These are common across most operating systems:

  • Name
    The label or identifier for the file.

  • Type/Extension
    The format or kind of the file (e.g., .txt, .jpg, .exe).

  • Size
    The amount of storage space the file occupies, typically in bytes, KB, MB, etc.

  • Location/Path
    The directory or folder where the file is stored.

  • Date Created
    The timestamp indicating when the file was originally created.

  • Date Modified
    The last time the contents of the file were changed.

  • Date Accessed
    The last time the file was opened or read.