{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}

File Manager 🗂 - [BETA - use ADB/SCP to download files]

{{target_package}} - enviroment info:

{% if currentPath %}
  Current Path: {{currentPath}}

{% if mobile_OS == "Android" %} {% else %} {% endif %} {% if BETA == true %} {% 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 %} {% endif %} {% if mobile_OS == "iOS" and files_at_path.path != env.mainDirectory and files_at_path.path != env.BundlePath %} {% endif %} {% for f, item in files_at_path["files"] %} {% if BETA == true %} {% endif %} {% endfor %}
icon filename isHidden size lastModifiedadb commandfile pathdownload
..
..
{% 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 files_at_path.files[f].attributes.isFile %} Download {% else %} - {% endif %}
{% endif %}
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}