Release Notes for File plugin

1.14.0.0

7 Apr 2022

  • Rename "Codepage" to "Encoding" in File functions

1.13.9.0

1 Mar 2022

  • Improve memory usage when reading a file line by line in TextFileRead function

1.13.8.0

26 Nov 2021

  • Fix bug: Index out of bounds error when loading sample data in TextFileRead function

1.13.7.0

26 Aug 2021

  • Fix bug: File pattern with spaces not working in Robocopy function

1.13.6.0

17 Feb 2021

  • Fix bug: Using C# reserved words as field names caused a compiler error in TextFileRead function

1.13.5.0

18 Jan 2021

  • Fix bug: Line skip functionality not working for fixed length files in TextFileRead function

1.13.4.0

4 Jan 2021

  • Update third-party libraries
  • Fix bug: Skip header lines in TextFileRead function does not count blank lines
  • Fix bug: TextFileRead function does not handle line breaks in data

1.13.2.0

  • Fix bug: TextFileRead output preview does not display underscores correctly in column name

1.13.1.0

  • Update third-party libraries

1.13.0.0

  • Change TextFileRead function to default to line by line read mode
  • Fix bug: FileCopy function with invalid hidden references cannot compile

1.12.3.0

  • Fix bug: Robocopy function fails when log file location contains spaces
  • Fix bug: FileOpen function output value cannot be assigned

1.12.0.0

  • Add DirectoryList function
  • Fix bug: Allow column header creation from file that is already open elsewhere

1.11.478.0

  • Add NuGet dependency to dragdrop library

1.11.477.0

  • Create FileCopy function
  • Create FileMove function
  • Create FileDelete function
  • Create FileExists function
  • Create CreateTempFile function
  • Create DirectoryCopy function
  • Create DirectoryMove function
  • Create DirectoryDelete function
  • Create DirectoryExists function
  • Deprecate FileOperations function
  • Deprecate DirectoryOperations function
  • Change the default skip header value to 0 in TextFileRead function
  • Update TextFileRead function Fields editor
  • Update Linx plugin
  • Update third-party libraries
  • Fix bug: FileList function threw exception after clearing search pattern in designer
  • Fix bug: DirectoryWatch service did not save NotifyFilter property changes
  • Fix bug: DirectoryWatch service must always show NotifyFilter property
  • Fix bug: FileList function with multiple patterns return invalid results

1.10.109.324

  • Update Linx Plugin library.
  • Fix TextFileRead empty double quotes not treated correctly.
  • Fix TextFileRead Fields Editor bug when clearing fields with validation errors.

1.9.99.295

  • Improve TextFileRead editor load sample interactions.
  • Update Linx plugin
  • Change FileList.FilePath to FolderPath.
  • Persist size and position of custom editors between sessions.

1.8.93.280

  • Improve behavior of TextFileRead Fields editor when loading sample file.

1.7.91.275

  • DirectoryOperations: Allow delete directory to delete read-only files.
  • Update Linx plugin.

1.6.88.268

  • Update NuGet packages.
  • Update Linx plugin.
  • Update UI styles.
  • Fixed TextFileReadEditor's Save button style.
  • Update plugin utilities.

1.5.77.244

  • DirectoryOperations: Move now behaves like FileOperations.Move.
  • Robocopy: Invoke error not creating error on Linx function.
  • Robocopy: Trailing \ in folder names now ignored.
  • FileOperations: Add Create temp file operation.

1.4.74.228

  • Update Linx Plugin.
  • Changed tab order on controls.

1.3.69.217

  • Update Linx Plugin.
  • Changed tab order on controls.
  • Fix object reference error when starting DirectoryWatch service in error event.

1.2.61.194

  • Do not allow empty column name in TextFileRead

1.2.59.190

  • Update Linx plugin
  • Add logging
  • Add Robocopy function

1.2.48.161

  • Update Linx plugin
  • DirectoryWatch properties accepts Settings

1.2.44.151

  • Update Linx plugin
  • Add DirectoryOperations function

1.2.37.136

  • Update Linx plugin
  • UI Changes
  • Add FileOpen function

1.0.22.87

  • Add BinaryFileRead function
  • Add BinaryFileWrite function
  • Add FileList function
  • Add FileOperations function
  • Add TextFileRead function
  • Add TextFileWrite function
  • Add DirectoryWatch service