{% include 't_head.html' %}
icon | filename | isHidden | size | lastModified | {% if mobile_OS == "Android" %}adb command | {% else %}file path | {% endif %} {% if BETA == true %}download | {% endif %} {% set pathlength = ((files_at_path.path).split("/")) | length %} {% set parent = ((files_at_path.path).split("/")).slice(0,pathlength-1).join("/") %} {% if mobile_OS == "Android" and files_at_path.path != env.mainDirectory and files_at_path.path != env.externalCacheDirectory and files_at_path.path != env.obbDir %}
---|---|---|---|---|---|---|
.. | ||||||
.. | ||||||
{% if files_at_path.files[f].attributes.isDirectory %} 📁 {% else %} 🗳 {% endif %} | {% if files_at_path.files[f].attributes.isDirectory %} {{f}} {% else %} {{f}} {% endif %} | {% if files_at_path.files[f].attributes.isHidden == True %} ❗️ {% else %} - {% endif %} | {{files_at_path.files[f].attributes.size}} | {{files_at_path.files[f].attributes.lastModified}} | {% if files_at_path.files[f].attributes.isFile %} {% else %} - {% endif %} | {% if BETA == true %}{% if files_at_path.files[f].attributes.isFile %} Download {% else %} - {% endif %} | {% endif %}