IAspNetManagementUtility.PathIsDirectory(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur indiquant si le répertoire spécifié filename est un répertoire.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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)
Paramètres
- filename
- String
Chemin d’accès au répertoire à vérifier.
- result
- Int32
1 s’il s’agit filename d’un répertoire ; sinon, 0.
Remarques
Pour plus d'informations sur la programmation avec l'interface IAspNetManagementUtility et le Microsoft Management Console (MMC), consultez le guide du programmeur MMC.