Skip to main content
Version: 4.4.1

File system activities overview

Activities

IconActivityDescription
Copy FileCopies a file to a new destination.
Create DirectoryCreates all directories and subdirectories in the specified directory path.
Create File System Listener ConfigurationCreates a file system listener connection configuration of the in arguments.
Delete FileDeletes a file.
File ExistsChecks if a file exists.
File System ListenerMonitors a directory (and if specified, its subdirectories) for one file change, matching the specified criteria, to occur. Optionally moves/renames the found file.

When a timeout occurs, the Out properties are null. Any assigned variables will be set to null.
File System Listener TemplateCreates the activities needed to monitor a directory (and if specified, its subdirectories) for file changes, matching specified criteria, to occur. Optionally moves/renames the found file.
File System Listener ExMonitors a directory (and if specified, its subdirectories) for one file change, matching specified criteria, to occur. Optionally moves/renames the found file. Activity opens the file and assigns the stream as its result.

When a timeout occurs, the Out properties are null. Any assigned variables will be set to null.
File System Listener Ex TemplateCreates the activities needed to monitor a directory (and if specified, its subdirectories) for file changes, matching specified criteria, to occur. Optionally moves/renames the found file.
File System WriterWrites data from a stream to a file on disk. Reading starts at current stream position and on completion the stream is positioned to last position in stream.
Get Next FileRequests next file from a started file system listener.
Open FileOpens a file in selected mode.
Open Next FileOpen next file from an active file system listener.
Rename FileRenames a file or moves it to a new destination. Will not overwrite an existing file.
Start File System ListenerStarts a file system listener and returns a subscription id for it.
Stop File System ListenerCloses a file system listener connection.
Write Stream To FileWrites the specified stream to the specified file from the current position of the stream with the option to overwrite or append to the file.
Write Text To FileWrites text to file.