activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

ワークフローに関するアクティビティ

最終更新日時 2025年9月29日

パスの存在を確認

指定したパスが存在するかどうかをチェックします。パスとして、ファイル パスまたはディレクトリ パスを表現できます。

定義

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

アセンブリ: UiPath.System.Activities.Api (UiPath.System.Activities.Api.dll の場合)

オーバー ロード

  
PathExists(String)入力されたパスが存在するかどうかを確認します。
PathExists(String, PathType)入力したパスとパスの種類が存在するかどうかを確認します。
PathExists(String, ILocalResource)入力されたパスと、そのパスへの参照が存在するかどうかを確認します。
PathExists(String, PathType, ILocalResource)入力されたパス、パスの型、参照が存在するかどうかを確認します。

PathExists(String)

入力されたパスが存在するかどうかを確認します。

bool PathExists(
	string path
)bool PathExists(
	string path
)
パス 文字列
チェック対象のフル パスです。

PathExists(String, PathType)

入力したパスとパスの種類が存在するかどうかを確認します。

bool PathExists(
	string path,
	PathType pathType
)bool PathExists(
	string path,
	PathType pathType
)
パス 文字列
チェック対象のフル パスです。
パスの種類 パスの種類
指定したパスが存在するかどうかを確認します。 パスは、ファイルまたはディレクトリを指定できます。

PathExists(String, ILocalResource)

入力されたパスと、そのパスへの参照が存在するかどうかを確認します。

bool PathExists(
	string path,
	out ILocalResource resource
)bool PathExists(
	string path,
	out ILocalResource resource
)
パス 文字列
チェック対象のフル パスです。
リソース ILocalResource
パスが存在する場合の参照です。

PathExists(String, PathType, ILocalResource)

入力されたパス、パスの型、参照が存在するかどうかを確認します。

bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)
パス 文字列
チェック対象のフル パスです。
パスの種類 パスの種類
指定したパスが存在するかどうかを確認します。 パスは、ファイルまたはディレクトリを指定できます。
リソース ILocalResource
パスが存在する場合の参照です。

戻り値

ドキュメントまたはファイルが見つかったかどうか表します。

このページは役に立ちましたか?

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