削除

adminが2023/10/12 16:31に最終更新

c

RCA.Activities.Core.Delete

説明

このアクティビティでは、指定した場所にあるファイルやフォルダを削除できます。複数のファイルやフォルダを含むフォルダを指定した場合、それらがすべて削除されます。

image-20220513104159-1.png

*は必須。

プロパティ

共通

  • エラーでも処理を続ける(ブール):エラーが発生した場合でも、自動化を続行するか指定します。TrueまたはFalseの値のみあります。True:アクティビティ内でエラーが発生した場合でも、残りのプロセス実行が続行されるようにします。False(デフォルト):プロセス実行が続行されるのをブロックします。

From

  • パス (文字列)*: 永久削除されるファイル又はディレクトリのパス。
    例:"C:\Users\Admin\Downloads\2.0.4.0\Deletedfolder”

その他

  • 公開(チェックボックス):チェックすると、このアクティビティのデータがログに表示されます。データの機密性を考慮した上で使用してください。
  • 表示名(文字列):アクティビティ名。アクティビティ名を編集して、コードをより適切に整理および構造化できます。
    例:[552809150]削除

RCA.Activities.Core.Delete

Description

This activity allows you to delete the file or folder in the specified location. If a folder that contains multiple files or folders is specified, they are all deleted.

image-20220513104159-1.png

(* for Mandatory)

Properties

Common

  • Continue On Error (Boolean) - This property specifies when the automation keeps going if it has an error. Only have two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks the process from continuing the execution.

From

  • Path (String)* - The path of the file or directory to be permanently deleted.
    E.g: "C:\Users\Admin\Downloads\2.0.4.0\Deletedfolder”

Misc

  • Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [552809150] Delete

 

 

 

 

  
Navigation