検索:create-file

adminが2022/04/24 04:58に最終更新

9件のうち1 - 9 ページ 1

[2] End User License Agreement (en)

保存場所
adminが2022/05/09 02:40に最終更新
表示されるドキュメントの内容
of handbooks, documents, bulletins, reports, letters, drawings, computer files, print-outs, computer software
as part of the Software into other software products, or decompile, nor create or attempt to create
practice and for this purpose to create the necessary backup copies of the Software. d. The Licensee must
ドキュメントの内容のソース
be in the form and nature of handbooks, documents, bulletins, reports, letters, drawings, computer files, print
as part of the Software into other software products, or decompile, nor create or attempt to create
practice and for this purpose to create the necessary backup copies of the Software. * **d**. The Licensee

Custom Activity (en)

保存場所
adminが2023/04/27 18:24に最終更新
表示されるドキュメントの内容
nuget.exe file is placed). Open created .nuspec file, remove all example data and input at least Author
activities. This topic demonstrates how to create an activity. There are two steps required to create
. You should see no error and there is an assembly file RCA.Activities.Demo.dll in build output
ドキュメントの内容のソース
%** is the directory where **nuget.exe** file is placed). * Open created **.nuspec** file, remove all example data
demonstrates how to create an activity. **There are two steps required to create a custom activity:** 1
see no error and there is an assembly file RCA.Activities.Demo.dll in build output directory

Get Files (en)

DatPTが2023/04/14 14:54に最終更新
表示されるドキュメントの内容
(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
RCA.Activities.Core.GetFiles Description This activity allows you to return the names of files
タイトル
Get Files
ドキュメントの内容のソース
** * **Creation Time (From) (DateTime)** – Looks for files create from this date onward. Left blank if the created
that are created up to this date. Change to //DateTime.Now// to look for files up to the current run time
== **Description** == This activity allows you to return the names of files (including their paths) in a specified

Write Text File (en)

DatPTが2023/04/17 10:01に最終更新
表示されるドキュメントの内容
not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path
\inputfile.xlsx" or “inputfile.xlsx”(for file that created in project folder) Text (String)* -  The text
[Input] text to the file specified in [File Name]. If file don’t exists, will create file [FileName
タイトル
Write Text File
保存場所
Write Text File
ドキュメントの内容のソース
. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created
folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx”(for file that created in project
in [File Name]. If file don’t exists, will create file [FileName]. If file have value, Overwrite [input

Read Text File (en)

DatPTが2023/04/17 09:56に最終更新
表示されるドキュメントの内容
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
in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” (for file that created
タイトル
Read Text File
保存場所
Read Text File
ドキュメントの内容のソース
, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx
\inputfile.xlsx" or “inputfile.xlsx” (for file that created in project folder) **Misc** * **Public (Checkbox
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
DataTable to a CSV file, creating the file if it does not already exist. (* is mandatory) In the body of activity File path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - The data table you want to append. Properties File File Path (String)* - The file path
タイトル
Append CSV File
保存場所
Append CSV File
ドキュメントの内容のソース
file, creating the file if it does not already exist. [[image:image-20220505104655-1.jpeg]] (* is mandatory) == **In the body of activity** == * **File path (String)** - You can add the file path
. == **Properties** == **File** * **File Path (String)*** - The file path of the CSV file E.g: “C:\CSVFolder

[2] How to use akaBot Studio (en)

VuNH54が2023/04/13 15:54に最終更新
表示されるドキュメントの内容
base, generating the PDF files, sending emails… This document aims to guide you how to use the akaBot
allows you to easily access to specific functionalities as below: # Panel Description 1 File Display the functionalities which you can use to operate on the file. 2 Home Display the functionalities which you can use
ドキュメントの内容のソース
on web, on desktop, working with data base, generating the PDF files, sending emails… This document aims
: |=#|=Panel|=Description |1|File|Display the functionalities which you can use to operate on the file. |2|Home
:16px" %)**I. File Panel**(%%) ==== To access the File panel, click File at the top left corner

Write Cell (en)

VuNH54が2023/04/20 10:53に最終更新
表示されるドキュメントの内容
into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created. (* for mandatory) In the body of activity Workbook Path - The path of the Excel file you want to use. E.g: “C
of the Excel file you want to use. E.g: “C:\FolderName\ClientList.xlsx” Sheet name (String)* - The sheet you
ドキュメントの内容のソース
spreadsheet cell or a range. If the sheet does not exist, a new one is created. [[image:image-20220505135743
of the Excel file you want to use. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The sheet you want
: “A20” == **Properties** == **Input** * **Workbook Path (String)*** - The path of the Excel file you

Append Range (en)

VuNH54が2023/04/19 16:55に最終更新
表示されるドキュメントの内容
, a new one is created with the name indicated in the Sheetname field. (* for mandatory) In the body of activity Workbook Path - The full path of the Excel spreadsheet that you want to use. If the Excel file
want to use. If the Excel file to be used is located in the project folder, its relative path can
ドキュメントの内容のソース
variable to the end of a specified Excel spreadsheet. If the sheet does not exist, a new one is created
to use. If the Excel file to be used is located in the project folder, its relative path can be used
(String)*** - The full path of the Excel spreadsheet that you want to use. If the Excel file to be used
ページ 1
[create-file]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成