Uipath Marketplace
MarketplaceStudioスニペットGet a List of Multiple File Types

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Get a List of Multiple File Types

Get a List of Multiple File Types

作成者: Akhil Chaganti

StarStarStarStarStarStarStarStarStarStar

0

スニペット

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

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

  • in_FolderPath - The input path as a string
  • in_FilesType - Type of file or document i.e., .xlsx, .doc, .pdf, etc.

Syntax for in_FilesType:

  • single type files {"*.txt"}
  • multiple type files {"*.txt","*.xlsx"}

Out Type

  • out_FilesCount - Gives the number of files
  • out_FileNames - Gives the list of files

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

公開者

Akhil Chaganti

公開者ページを表示

ライセンス契約とプライバシー条項

Apache

プライバシー条項

技術情報

バージョン

1.0.0

更新日

2020年2月18日

対応製品

Studio: 19.8 - 22.10

認定

シルバー 認定済み

アプリケーション

Microsoft Windows

サポート

UiPath コミュニティ サポート

類似のコンポーネント