Search: copy-file-1

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 11 next page » Page 1 2

Copy To Clipboard

Last modified by DatPT on 2023/04/17 10:12
Rendered document content
to be copied to clipboard. Text Format (Dropdown list) - The format of the text you want to copy. Support
to organize and structure your code better. E.g: [011594913] Select File
Title
Copy To Clipboard
Location
[1] Core Activities
Copy To Clipboard
Raw document content
execution. [[image:image-20230417101006-1.png]] (* for Mandatory) == **Properties** == **Input** * **Text (String) **– Text to be copied to clipboard. * **Text Format (Dropdown list)** - The format of the text you want to copy. Support format are: Text, UnicodeText, Rtf, Html, CommaSeparatedValue, Xaml

[2] How to use akaBot Agent

Last modified by DatPT on 2023/04/14 10:04
Rendered document content
by performing below steps: Step 1: In Settings screen ( if in the List Workflows screen then select Settings
actions to connect to the akaBot Center. Step 1: – In Settings screen ( if in the List Workflows screen
by performing below actions: Pull a package. Start a process Stop a process 1. Pull new version of a package
Raw document content
akaBot Agent** == To operate a bot, you need to follow below actions: 1. Configure network setting to open connection to the akaBot Center if needed. 1. Configure bot setting & connect to akaBot Center. 1. Get processes from akaBot Center or akaBot Studio. 1. Control the processes by running/stopping

Write Text File

Last modified by DatPT on 2023/04/17 10:01
Rendered document content
text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is searched in the project folder. E.g: "C:\Users\Admin\Desktop
Title
Write Text File
Location
[1] Core Activities
Write Text File
Raw document content
. Core.Activities.WriteTextFile == **Description** == This activity allows you to write the specified text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. [[image:image-20220513111351-1.png]] (* for Mandatory) == **In the body of activity** == * **File name

Select File

Last modified by DatPT on 2023/04/12 17:41
Rendered document content
a file and returns full path of the selected file. Properties Input Filter (String) – Used to specify the type of file you want to select. This filter should contain a description of the filter and followed by a vertical bar (|) and the filter pattern. If you want to select multiple file types, separate
Title
Select File
Location
[1] Core Activities
Select File
Raw document content
" %) ((( RCA.Activities.Core.SelectFile == **Description** == This activity opens a dialog, allows you to select a file and returns full path of the selected file. [[image:image-20220505093334-1.jpeg]] == **Properties** == **Input** * **Filter (String) **– Used to specify the type of file you want to select. This filter should contain

Read Text File

Last modified by DatPT on 2023/04/17 09:56
Rendered document content
a specified file and store it in a String variable. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” Properties File Encoding (String
Title
Read Text File
Location
[1] Core Activities
Read Text File
Raw document content
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file and store it in a String variable. [[image:image-20220513110137-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file. If the path is not full

Append Line

Last modified by DatPT on 2023/04/14 13:59
Rendered document content
string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched
Location
[1] Core Activities
Raw document content
" %) ((( RCA.Core.Activities.AppendLine == **Description** == This activity allows you to append the specified string to a file, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file to append the line

Get Files

Last modified by DatPT on 2023/04/14 14:54
Rendered document content
RCA.Activities.Core.GetFiles Description This activity allows you to return the names of files
(From) (DateTime) – Looks for files create from this date onward. Left blank if the created time is unknown. E.g: 4/4/2021 9:00 AM Creation Time (To) (DateTime) – Looks for files that are created up
Title
Get Files
Location
[1] Core Activities
Raw document content
== **Description** == This activity allows you to return the names of files (including their paths) in a specified directory. [[image:image-20220513104343-1.png]] (* for Mandatory) == **Properties** == **Input** * **Creation Time (From) (DateTime)** – Looks for files create from this date onward. Left blank if the created

File Exists

Last modified by DatPT on 2023/04/17 16:11
Rendered document content
RCA.Activities.FTP.FileExists Description This activity allows you to check whether the file has
continuing the execution. E.g: True Input Remote Path (String)* - The path of the file on FTP server which you want to check whether the indicated file exists. E.g: “/root/Foldername/FileThatNeedcheck.txt
Title
File Exists
Location
File Exist
Raw document content
" %) ((( RCA.Activities.FTP.FileExists == **Description** == * This activity allows you to check whether the file has been existed in FTP server or not. [[image:image-20220505152334-1.png]] (* is mandatory) == **Properties
** * **Remote Path (String)* **- The path of the file on FTP server which you want to check whether

Download Files

Last modified by DatPT on 2023/04/17 15:10
Rendered document content
RCA.Activities.FTP.DownloadFiles Description This activity allows you to download a file on FTP
the execution. E.g: True Input Remote Path (String) - The path of the files on the FTP server
. E.g: “FTP Download files” Options Create (Checkbox) - Check if creating new folder in local machine
Title
Download Files
Raw document content
" %) ((( RCA.Activities.FTP.DownloadFiles == **Description** == This activity allows you to download a file on FTP server. [[image:image-20220505152223-1.png]] (* is mandatory) == **Properties** == **Common** * ((( **Continue On Error (Boolean
the execution. E.g: True ))) **Input** * **Remote Path (String) **- The path of the files on the FTP server

Delete

Last modified by DatPT on 2023/04/17 15:07
Rendered document content
and structure your code better. E.g: Delete Files
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.FTP.Delete == **Description** == This activity allows you to delete a folder on FTP server. [[image:image-20220505152123-1
the name of the activity to organize and structure your code better. E.g: Delete Files ))) {{velocity
next page » Page 1 2
RSS feed for search on [copy-file-1]
Created by admin on 2022/04/17 14:38