File

Introduction

The File library in Automate provides actions to automate various file-related operations within workflows. This library enables users to create, copy, delete, and move files seamlessly.

The purpose of the File library is to streamline file management tasks by providing easy-to-use actions for creating, copying, deleting, and moving files.

What is File?

The File component within Automate allows users to perform file operations directly within their automation workflows. It provides a set of actions to interact with files, making it easier to handle file creation, copying, deletion, and moving.

Key Features

  • Create:

    • Create a new file at a specified path.

  • Copy:

    • Copy an existing file to another location.

  • Delete:

    • Delete a specified file.

  • Move:

    • Move a file to a different folder.

How To Use Action

Create

Description: The Create action is used to create a new file at a specified path.

Usage:

  1. File Path:

    • Enter or select the path of the file to be created.

    • Example: C:\Program Files\NewFile.docx

Copy

Description: The Copy action is used to make a copy of an existing file.

Usage:

  1. Source File:

    • Select the file to be copied.

  2. Destination Path:

    • Select or enter the path where the copied file will be placed.

    • Check "Overwrite existing files" if needed.

    • Specify the desired file size (optional).

Delete

Description: The Delete action is used to delete a specified file.

Usage:

  1. File Path:

    • Select the path of the file to be deleted.

Move

Description: The Move action is used to move a file to a different folder.

Usage:

  1. Source File Path:

    • Select the file to be moved.

  2. Destination Folder Path:

    • Select or enter the path of the destination folder.

Additional Tips

Use Cases

FAQ (Frequently Asked Questions)

Last updated