{% 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 parent = '/'.join(((files_at_path.path).split("/"))[:-1]) %} {% 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 == True %} 📁 {% 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 %}