# File System

- [Read File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/schitat-fail-fileread.md)
- [Read Line from File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/schitat-stroku-iz-faila-filelineread.md)
- [Write to File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/zapisat-v-fail-filewrite.md)
- [Append to File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/dopisat-v-fail-fileappend.md)
- [Get File Size](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/poluchit-razmer-faila-getfilelength.md)
- [Get a List of Files/Folders](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/poluchit-spisok-failov-papok-getitems.md)
- [Get Path](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/poluchit-put-getpathfilename.md)
- [Create File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/sozdat-fail-newtextfile.md)
- [Create Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/sozdat-papku-newfolder.md)
- [Example of Filling Fields in the "Create Folder" Block](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/sozdat-papku-newfolder/primer-zapolneniya-polei-v-bloke-sozdat-papku.md)
- [Copy File/Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/kopirovat-fail-papku-copyitem.md)
- [Move File/Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/peremestit-fail-papku-moveitem.md)
- [Delete File/Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/udalit-fail-papku-removeitem.md)
- [Clear Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/ochistit-papku-clearfolder.md)
- [Check for File/Folder Existence](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/proverit-nalichie-faila-papki-doesitemexist.md)
- [Rename File/Folder](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/pereimenovat-fail-papku-renameitem.md)
- [Decompose Path](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/razlozhit-put-expandpath.md)
- [Merge Path](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/obedinit-put-combinepath.md)
- [Wait for File](https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system/ozhidat-fail-waitfile.md)


---

# 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://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/failovaya-sistema-file-system.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.
