# File

***

## 1.2.4

5 Dec 2025

* Fixed: Updating the plugin caused an EditorResources exception on the String function
* Fixed: TextFileRead threw an exception when a blank value was encountered for a nullable field

***

## 1.2.3

27 Aug 2025

* Fixed: Cannot convert Setting to type ITextFileHandle
* Fixed: FilePath cannot be set on FileWrite

***

## 1.2.2

24 Feb 2025

* Fixed: Cannot copy and paste a TextFileWrite function

***

## 1.2.1

27 Nov 2023

* Changed the NuGet package to support multiple platforms

***

## 1.2.0

2 Aug 2023

* Changed the plugin from Windows-specific to platform-independent
* The Robocopy function is Windows-specific and has been made obsolete. Solutions already using the Robocopy function will continue to work, but the function is not available to add to user functions anymore.

***

## 1.1.1

5 Oct 2022

* Fixed bug where update was not being applied

***

## 1.1.0

28 Sep 2022

* Support for newly added Return function

***

## 1.0.5

18 Aug 2022

* Property values lost and changed after updating File plugin

***

## 1.0.4

4 Apr 2022

* Fix bug: Unhandled exception when trying to determine fields from invalid data in TextFileRead function

***

## 1.0.3

17 Mar 2022

* First release

***


---

# 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.linx.software/releasenotes/plugins/file.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.
