SyntaxCheck.CheckRootedPath(String) Método
Definição
Verifica a sintaxe do caminho para ver se ele começa com "\" ou com a letra da unidade "C".Checks the syntax of the path to see if it starts with "\" or drive letter "C:".
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static bool CheckRootedPath(System::String ^ value);
public static bool CheckRootedPath (string value);
static member CheckRootedPath : string -> bool
Public Shared Function CheckRootedPath (value As String) As Boolean
Parâmetros
- value
- String
Uma cadeia de caracteres que contém o caminho a ser verificado.A string containing the path to check.
Retornos
true se value corresponder ao formato de caminho adequado; caso contrário, false.true if value matches the proper path format; otherwise, false.