Atividades
Mais recente
falso
Imagem de fundo do banner
Atividades do fluxo de trabalho
Última atualização 22 de abr de 2024

Path Exists

Verifica se o caminho especificado existe. O caminho pode representar um caminho de arquivo ou de diretório.

Definição

Namespace: UiPath Activities.System.API

Montagem: UiPath.System.Activities.Api (em UiPath.System.Activities.Api.dll)

Sobrecarregas

  
PathExists(String)Verifica se o caminho inserido existe.
PathExists(String, PathType)Verifica se o caminho e o tipo de caminho inseridos existem.
PathExists(String, ILocalResource)Verifica se o caminho inserido e a referência a ele existem.
PathExists(String, PathType, ILocalResource)Verifica se o caminho inserido, o tipo de caminho e a referência a ele existem.

PathExists(String)

Verifica se o caminho inserido existe.

bool PathExists(
	string path
)bool PathExists(
	string path
)
path String
O caminho completo a ser verificado.

PathExists(String, PathType)

Verifica se o caminho e o tipo de caminho inseridos existem.

bool PathExists(
	string path,
	PathType pathType
)bool PathExists(
	string path,
	PathType pathType
)
path String
O caminho completo a ser verificado.
pathType PathType
Verifica se o caminho especificado existe. O caminho pode ser um arquivo ou um diretório.

PathExists(String, ILocalResource)

Verifica se o caminho inserido e a referência a ele existem.

bool PathExists(
	string path,
	out ILocalResource resource
)bool PathExists(
	string path,
	out ILocalResource resource
)
path String
O caminho completo a ser verificado.
resource ILocalResource
Referencia se o caminho existir.

PathExists(String, PathType, ILocalResource)

Verifica se o caminho inserido, o tipo de caminho e a referência a ele existem.

bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)bool PathExists(
	string path,
	PathType pathType,
	out ILocalResource resource
)
path String
O caminho completo a ser verificado.
pathType PathType
Verifica se o caminho especificado existe. O caminho pode ser um arquivo ou um diretório.
resource ILocalResource
Referencia se o caminho existir.

RetornarValor

Informa se o documento ou arquivo foi encontrado.

Was this page helpful?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Logotipo branco da Uipath
Confiança e segurança
© 2005-2024 UiPath. All rights reserved.