Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

PathExists

Checks if the specified path exists. The path can represent a file path or a directory path.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

Overloads

  
PathExists(String)Checks if the inputted path exists.
PathExists(String, PathType)Checks if the inputted path and path type exist.
PathExists(String, ILocalResource)Checks if the inputted path and reference to it exist.
PathExists(String, PathType, ILocalResource)Checks if the inputted path, path type, and reference to it exist.

PathExists(String)

Checks if the inputted path exists.

bool PathExists(
	string path
)bool PathExists(
	string path
)
path String
The full path to be checked.

PathExists(String, PathType)

Checks if the inputted path and path type exist.

bool PathExists(
	string path,
	PathType pathType
)bool PathExists(
	string path,
	PathType pathType
)
path String
The full path to be checked.
pathType PathType
Checks if the specified path exists. The path can be to either a file, or a directory.

PathExists(String, ILocalResource)

Checks if the inputted path and reference to it exist.

bool PathExists(
	string path,
	out ILocalResource resource
)bool PathExists(
	string path,
	out ILocalResource resource
)
path String
The full path to be checked.
resource ILocalResource
Reference if path exists.

PathExists(String, PathType, ILocalResource)

Checks if the inputted path, path type, and reference to it exist.

bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)
path String
The full path to be checked.
pathType PathType
Checks if the specified path exists. The path can be to either a file, or a directory.
resource ILocalResource
Reference if path exists.

Return value

States if the document or file was found.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.