> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder.md).

# 📁File & Folder

- [File exists](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-exists.md)
- [Copy file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/copy-file.md)
- [Move/rename file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/move-rename-file.md)
- [Delete file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/delete-file.md): Xoá file theo đường dẫn File Path.
- [File read all text](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-read-all-text.md)
- [File read all lines](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-read-all-lines.md)
- [File read random line](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-read-random-line.md)
- [File write all text](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-write-all-text.md)
- [File append line](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/file-append-line.md)
- [Create empty excel](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/create-empty-excel.md)
- [Read excel file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/read-excel-file.md)
- [Write excel file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/write-excel-file.md)
- [Append excel file](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/append-excel-file.md): Thêm dữ liệu mới vào cuối một file excel hiện có mà không ghi đè nội dung hiện tại.
- [Folder exists](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/folder-exists.md)
- [Create folder](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/create-folder.md)
- [Move / rename folder](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/move-rename-folder.md)
- [Delete folder](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/delete-folder.md)
- [Folder get file list](https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder/folder-get-file-list.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gpmautomate.com/huong-dan-cac-action/file-and-folder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
