Sequence® is a collection of libraries for automation of cross-application e-discovery and forensic workflows.
This connector contains Steps to interact with the file system of the host computer.
You can:
- Read and write files
- Create, move, copy, and delete files
- Combine paths
- Extract compressed files
Read the contents of a file
- <text> = FileRead Path: "MyFile.txt"
- print <text>
Write to a file
- FileWrite Stream: "Hello World" Path: "Filename.txt"
https://sequence.sh/playground
Can be downloaded from the Releases page.
Release nuget packages are available from nuget.org.