検索:create-file

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

36件のうち1 - 10 次のページ » ページ 1 2 3 4

Create File Permission (en)

Nga Nguyenが2022/05/16 03:26に最終更新
表示されるドキュメントの内容
whose permissions to create (String)* - The ID of the file that you want to create permissions
)* - The ID of the file that you want to create permissions for. This property supports String variables
and structure your code better. E.g: [821884234] Create File Permission Options Email Message (String
タイトル
Create File Permission
保存場所
Create File Permission
ドキュメントの内容のソース
" %) ((( RCA.Activities.GSuite.CreateFilePermission == **Description** == This activity allows you to create a permission for the specified file
** == * **Id of file whose permissions to create (String)*** - The ID of the file that you want to create
** == **Input** * **File ID (String)*** - The ID of the file that you want to create permissions

Append Line (en)

DatPTが2023/04/14 13:59に最終更新
表示されるドキュメントの内容
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
ドキュメントの内容のソース
, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory
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
that created in project folder) * **Text (String)*** – The text to be appended to the file. You can create

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

[10]Save Mail Attachments (en)

Tuan Nguyenが2022/05/13 03:50に最終更新
表示されるドキュメントの内容
RCA.Activities.Mail.SaveMailAttachements Description This activity allows you to save mail attachments to specified folder. If there is no folder with given name, akaBot will create new file. Files with the same name in one folder are overwritten. (* is mandatory) Properties Input Folder Path (String
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Mail.SaveMailAttachements == **Description** == This activity allows you to save mail attachments to specified folder. If there is no folder with given name, akaBot will create new file. Files with the same name in one folder

Word Application Scope (en)

VuNH54が2023/04/21 11:08に最終更新
表示されるドキュメントの内容
are supported. If the specified file does not exist, a new document file is created. E.g: “D:/input.docx” Do - Drop activity would be processed in that Word file. Properties Input File Path (String) – The path
does not exist, a new document file is created. Misc Public (Checkbox) - If you check it, the data
ドキュメントの内容のソース
and Strings are supported. If the specified file does not exist, a new document file is created. E.g: “D:/input.docx” * **Do** - Drop activity would be processed in that Word file. == **Properties** == **Input
and Strings are supported. If the specified file does not exist, a new document file is created. **Misc

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

Export to PDF (en)

VuNH54が2023/04/21 10:58に最終更新
表示されるドキュメントの内容
of activity PDF file path (String) - The PDF file path to be created. String variables and Strings are supported. E.g: “D:\Output\Export.pdf”. Properties Input File Path (String) - The full path of the PDF file to be created. Only String variables and strings are supported. E.g: “D:\Output\Export.pdf”. Misc
ドキュメントの内容のソース
]] **In the body of activity** * **PDF file path (String)** - The PDF file path to be created. String variables and Strings are supported. E.g: “D:\Output\Export.pdf”. == **Properties** == **Input** * **File Path (String) **- The full path of the PDF file to be created. Only String variables and strings are supported

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

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

Download Files (en)

DatPTが2023/04/17 15:10に最終更新
表示されるドキュメントの内容
. E.g: “FTP Download files” Options Create (Checkbox) - Check if creating new folder in local machine
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
タイトル
Download Files
ドキュメントの内容のソース
your code better. E.g: “FTP Download files” **Options** * **Create (Checkbox) **- Check if creating
" %) ((( RCA.Activities.FTP.DownloadFiles == **Description** == This activity allows you to download a file on FTP server. [[image:image
the execution. E.g: True ))) **Input** * **Remote Path (String) **- The path of the files on the FTP server
次のページ » ページ 1 2 3 4
[create-file]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成