Move Directory Activity

Created by akaBot Support, Modified on Wed, 26 Mar at 10:05 AM by akaBot Support


※ Note: For akaBot Studio versions from 2.0.3.0 onwards, the activity name was changed from "Move Directory" to "Move Folder". Some documentation may still refer to the previous name.

Table of Contents

  1. Activity Program Name

  2. Description

  3. Properties

  4. How to Use

  5. Sample



1. Activity Program Name

RCA.Activities.Core.MoveDirectory

2. Description

  • Quick Access: "Toolbox" > "Core" > "Move Folder"

This activity moves a directory (folder) along with all its contents to a specified location.

※ Verified akaBot Studio version: 2.0.1.6

※ Note: Terminology or wording may vary slightly depending on the version.


3. Properties

Property Group

Property Name

Input Field

Description

Misc

Public

Checklist 

The variables and arguments within the activity are written to the log file and pushed to the Center. (See: "Property Item: Public.")

Display Name

Input value (String)

Reflected in the Designer Panel as the activity's name.

Directory

Path

Input value (String)

Move source directory path

Move Destination Path

Input value (String)

Move directory destination path (including the target directory name)

General

Continue on error

Input value (Boolean)

Proceed to subsequent processing on error.



4. How to Use

Below is a real example of using the "Move Folder" activity:


Move the directory "C:\akaBotStudio\TestFolder\Test" into the "C:\akaBotStudio\TestFolder2" directory.

In akaBot Studio, drag and drop the ① "Move Directory" activity into the designated sequence. Once the activity is added, specify the path of the directory you want to move and the path of the destination directory.

Below is an example screenshot.

To implement the example above:

② In Properties > Directory > Path, enter "C:\akaBotStudio\TestFolder\Test" 

③ In Properties > Directory > Move Destination Path, enter "C:\akaBotStudio\TestFolder2"  

With these entries, the configuration for Move Directory is complete.

Additionally, by setting the Move Destination Path to "C:\akaBotStudio\TestFolder2\TestData" , you can move the directory while keeping the data within the original Test directory intact, and simultaneously rename the directory from "Test" to "TestData"

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article