UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades do fluxo de trabalho

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

Assembly: 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 : referenciar 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 : referenciar se o caminho existir.

RetornarValor

Informa se o documento ou arquivo foi encontrado.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades