# 文件管理

> 本地文件浏览与管理

此功能允许您浏览和管理车机内部存储的文件，支持常见的文件操作。

## 功能入口

* **入口**: 首页 -> 系统工具 -> 文件管理
* **图标**:&#x20;

## 主要功能说明

### 1. 文件浏览

* **路径导航**: 显示当前路径，支持快速返回上级目录。
* **预设路径**: 提供常用的系统路径快捷方式（如 `/sdcard`, `/data/local/tmp`）。
* **排序与过滤**:
  * **排序**: 支持按名称、日期升序/降序排列，支持文件夹优先显示。
  * **搜索**: 输入文件名关键字快速过滤当前目录下的文件。

### 2. 文件操作

* **基础操作**: 支持新建文件夹、重命名、删除文件。
* **批量操作**: 支持多选模式，批量复制、移动或删除文件。
* **APK 安装**: 自动识别 APK 安装包，点击即可发起安装请求。

### 3. 高级功能

* **Root 支持**: 如果系统已获取 Root 权限，可以访问和修改系统分区的文件（需谨慎操作）。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zero-7.gitbook.io/netamade/ne-zha-mei-shi/xi-tong-gong-ju/wen-jian-guan-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
