# Group Files

| **Subgroup** | **Action**                                                                                                            | **Description**                                                                                                                                         |
| ------------ | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Text Files   | [File Open](/kalipso5/developing/form/actions/actions-description/group-files/file-open.md)                           | Opens a specified text file.                                                                                                                            |
| Text Files   | [File Read](/kalipso5/developing/form/actions/actions-description/group-files/file-read.md)                           | Read data from a specified text file.                                                                                                                   |
| Text Files   | [File Write](/kalipso5/developing/form/actions/actions-description/group-files/file-write.md)                         | Write data into on specified text file.                                                                                                                 |
| Text Files   | [File Close](/kalipso5/developing/form/actions/actions-description/group-files/file-close.md)                         | Close specified text file.                                                                                                                              |
| Text Files   | [File Import to Table](/kalipso5/developing/form/actions/actions-description/group-files/file-import-to-table.md)     | Import a text file to a local table.                                                                                                                    |
| Text Files   | [File Export from Table](/kalipso5/developing/form/actions/actions-description/group-files/file-export-from-table.md) | Export a local table to a text file.                                                                                                                    |
| Text Files   | [File Load Content](/kalipso5/developing/form/actions/actions-description/group-files/file-load-content.md)           | Loads the content of a file.                                                                                                                            |
| Text Files   | [File Save Content](/kalipso5/developing/form/actions/actions-description/group-files/file-save-content.md)           | Saves the content of a file.                                                                                                                            |
|              |                                                                                                                       |                                                                                                                                                         |
| INI Files    | [INI Write](/kalipso5/developing/form/actions/actions-description/group-files/ini-write.md)                           | Write a record on a INI file.                                                                                                                           |
| INI Files    | [INI Read](/kalipso5/developing/form/actions/actions-description/group-files/ini-read.md)                             | Read a record from a INI file.                                                                                                                          |
|              |                                                                                                                       |                                                                                                                                                         |
| ZIP Files    | [ZIP Add File](/kalipso5/developing/form/actions/actions-description/group-files/zip-add-file.md)                     | Add files to a ZIP file.                                                                                                                                |
| ZIP Files    | [ZIP Extract File](/kalipso5/developing/form/actions/actions-description/group-files/zip-extract-files.md)            | Extract file from a specified ZIP file.                                                                                                                 |
| ZIP Files    | [ZIP List Files](/kalipso5/developing/form/actions/actions-description/group-files/zip-list-files.md)                 | List file names from a specified ZIP file.                                                                                                              |
|              |                                                                                                                       |                                                                                                                                                         |
| Others       | [File/Folder Copy](/kalipso5/developing/form/actions/actions-description/group-files/file-folder-copy.md)             | Copies a specified file or folder on terminal.                                                                                                          |
| Others       | [File/Folder Delete](/kalipso5/developing/form/actions/actions-description/group-files/file-folder-delete.md)         | Deletes a specified file or folder on terminal.                                                                                                         |
| Others       | [File/Folder Move](/kalipso5/developing/form/actions/actions-description/group-files/file-folder-move.md)             | Moves a specified file or folder on terminal.                                                                                                           |
| Others       | [File Exists](/kalipso5/developing/form/actions/actions-description/group-files/file-exists.md)                       | Check if a specified file exist or not on terminal.                                                                                                     |
| Others       | [Create Dir](/kalipso5/developing/form/actions/actions-description/group-files/create-dir.md)                         | Create a folder on terminal.                                                                                                                            |
| Others       | [List Files](/kalipso5/developing/form/actions/actions-description/group-files/list-files.md)                         | List the content of a specified folder on terminal.                                                                                                     |
| Others       | [Get File Information](/kalipso5/developing/form/actions/actions-description/group-files/get-file-information.md)     | Get File Information allow to get Information about Size, Creation, Modification, and Access time and if the information is regarding a File or Folder. |
| Others       | [Select File](/kalipso5/developing/form/actions/actions-description/group-files/select-file.md)                       | Allows the user to select a file from the device file system or a location for the file to be saved.                                                    |
| Others       | [Share File](/kalipso5/developing/form/actions/actions-description/group-files/share-file.md)                         | Allow the user to share one file with other programs.                                                                                                   |
|              |                                                                                                                       |                                                                                                                                                         |
| Image        | [Convert Image](/kalipso5/developing/form/actions/actions-description/group-files/convert-image.md)                   | Convert specified image in a specified format.                                                                                                          |
| Image        | [Get Image Dimensions](/kalipso5/developing/form/actions/actions-description/group-files/get-image-dimensions.md)     | Gets the image dimensions.                                                                                                                              |
| Image        | [Rotate Image](/kalipso5/developing/form/actions/actions-description/group-files/rotate-image.md)                     | Rotate a specified image.                                                                                                                               |
| Image        | [Resize Image](/kalipso5/developing/form/actions/actions-description/group-files/resize-image.md)                     | Resize specified image.                                                                                                                                 |
| Image        | [Extract Document](/kalipso5/developing/form/actions/actions-description/group-files/extract-document.md)             | This action will try to detect the contours of a document and extract that part of the image.                                                           |


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-list/group-files.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.
