Would pictures help?

As seen over the USB cable to your PC - -
The result of un-archiving the report archive:
Code:
top level of visible storage
├── extensions
│ └── gov-set
│ ├── bin
│ │ ├── cpuReport.lua
│ │ └── set-governor.sh
│ ├── config.xml
│ ├── esys.lua
│ └── menu.json
The result of un-archiving the lua-base-penlight KUAL-system archive:
Code:
top level of visible storage
|
esys
└── usr
├── lib
│ ├── lua5.1
│ │ ├── lfs.so
│ │ └── lxp.so
│ └── luajit
└── share
├── doc
│ ├── lua-expat
│ │ ├── changelog.Debian.gz
│ │ └── copyright
│ ├── lua-filesystem
│ │ ├── changelog.Debian.gz
│ │ └── copyright
│ └── lua-penlight
│ ├── changelog.Debian.gz
│ └── copyright
├── lua5.1
│ ├── lxp
│ │ └── lom.lua
│ └── pl
│ ├── app.lua
│ ├── array2d.lua
│ ├── class.lua
│ ├── compat.lua
│ ├── comprehension.lua
│ ├── config.lua
│ ├── data.lua
│ ├── Date.lua
│ ├── dir.lua
│ ├── file.lua
│ ├── func.lua
│ ├── import_into.lua
│ ├── init.lua
│ ├── input.lua
│ ├── lapp.lua
│ ├── lexer.lua
│ ├── List.lua
│ ├── luabalanced.lua
│ ├── Map.lua
│ ├── MultiMap.lua
│ ├── operator.lua
│ ├── OrderedMap.lua
│ ├── path.lua
│ ├── permute.lua
│ ├── pretty.lua
│ ├── seq.lua
│ ├── Set.lua
│ ├── sip.lua
│ ├── strict.lua
│ ├── stringio.lua
│ ├── stringx.lua
│ ├── tablex.lua
│ ├── template.lua
│ ├── test.lua
│ ├── text.lua
│ ├── utils.lua
│ └── xml.lua
└── luajit
13 directories, 46 files
That is:
/documents
/esys
/extensions
are all at the topmost visible level.
The ascii-art above are just the things your adding, when you look at your Kindle you will also see the things which are already there (KUAL, MrPI, etc. etc.).