File system activities overview
Activities
| Icon | Activity | Description |
|---|---|---|
| Copy File | Copies a file to a new destination. | |
| Create Directory | Creates all directories and subdirectories in the specified directory path. | |
| Create File System Listener Configuration | Creates a file system listener connection configuration of the in arguments. | |
| Delete File | Deletes a file. | |
| File Exists | Checks if a file exists. | |
| File System Listener | Monitors 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 Template | Creates 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 Ex | Monitors 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 Template | Creates 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 Writer | Writes 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 File | Requests next file from a started file system listener. | |
| Open File | Opens a file in selected mode. | |
| Open Next File | Open next file from an active file system listener. | |
| Rename File | Renames a file or moves it to a new destination. Will not overwrite an existing file. | |
| Start File System Listener | Starts a file system listener and returns a subscription id for it. | |
| Stop File System Listener | Closes a file system listener connection. | |
| Write Stream To File | Writes 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 File | Writes text to file. |