IAspNetManagementUtility.PathIsDirectory(String, Int32) Método

Definição

Retorna um valor que indica se o filename especificado é um diretório.Returns a value indicating whether the specified filename is a directory.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 void PathIsDirectory(System::String ^ filename, [Runtime::InteropServices::Out] int % result);
public void PathIsDirectory (string filename, out int result);
abstract member PathIsDirectory : string * int -> unit
Public Sub PathIsDirectory (filename As String, ByRef result As Integer)

Parâmetros

filename
String

O caminho para o diretório a ser verificado.The path to the directory to check.

result
Int32

1 se filename é um diretório; caso contrário, 0.1 if filename is a directory; otherwise, 0.

Comentários

Para obter mais informações sobre programação com a IAspNetManagementUtility interface e o MMC (console de gerenciamento Microsoft), consulte o Guia do programador do MMC.For more information about programming with the IAspNetManagementUtility interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Aplica-se a