はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Akhil Chaganti
0
スニペット
<100
要約
要約
Get the file list and the total count of files available in the input folder.
概要
概要
The input argument is the folder path, ext. The two output arguments provide the total files count and the files list available in the given folder.
You can just input the file, enter the file type as *.txt for example and add the folder path. The result is the list of text files available in the imputed folder path and the total number of files.
Arguments:
In Type
Syntax for in_FilesType:
Out Type
Please note that the Search pattern must stick to the following rule:
{"*.xlsx", "*.doc", "*.pdf"}
etc. otherwise, the snippet will return no result.
機能
機能
Instead of creating activities to get the files from a folder, you can drag and drop in your workflow using this snippet. The new version can read multiple types of files within the folder.
その他の情報
その他の情報
依存関係
No dependencies.
コード言語
Visual Basic