アクティビティ
最新
生産性を高めるアクティビティ
Last updated 2024年6月21日

GetFile

Google ドライブから、相対パス、URL、ID、またはフル パスでファイルを取得します。

名前空間: UiPath.Gsuite.Activities.API

アセンブリ: UiPath.Gsuite.Activities.API (UiPath.Gsuite.Activities.API.dll 内)

オーバー ロード

オーバーロード説明
GetFile(IFolder, String)Google ドライブから相対パスでファイルを取得します。
GetFile(String, IdentificationType)Google ドライブから URL、ID またはフルパスでファイルを取得します。

GetFile(IFolder, String)

Google ドライブから相対パスでファイルを取得します。

public IFile GetFile(
	IFolder parent,
	string relativePath
)public IFile GetFile(
	IFolder parent,
	string relativePath
)
parent IFolder
ファイルを検索する Google ドライブ上の基本の場所です。
relativePath String
名前と拡張子を含む、親フォルダーへの相対ファイル パスです。
戻り値
IFile - 取得されたファイルです。

GetFile(String, IdentificationType)

Google ドライブから URL、ID またはフルパスでファイルを取得します。
public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)
識別子 String
取得するファイルの識別子 (ID、URL、フル パス) です。
type IdentificationType (任意)
指定した識別子の種類 (ID、URL、またはフル パス) を指定します。
戻り値
IFile - 取得されたファイルです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.