Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Storage Read and Update File
Version 1.0.0
List files in a known folder, inspect the first file, read its text content, and write updated content back.
Provider
Workflows
read-and-update-file
Locate a file in a known folder, read it, and write updated content back.
Lists files in the requested known folder, inspects and reads the first matching file, and writes new text content back to that same file.
1
listFiles
listStorageFiles
List files of the requested type in the known folder and capture the first file's path as the working file id.
2
getFile
getStorageFile
Fetch detailed properties for the selected file, including size and modification time.
3
readContent
readFileContent
Read the current text content of the file before overwriting it.
4
writeContent
writeFileContent
Write the new text content back to the same file using a UTF-8 text write.