Partager via


IVCWizCtlUI.DoesFileOrDirectoryExist, méthode

Détermine si le fichier ou le répertoire spécifié existe.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Function DoesFileOrDirectoryExist ( _
    bstrFileOrDirName As String _
) As Boolean
bool DoesFileOrDirectoryExist(
    string bstrFileOrDirName
)
bool DoesFileOrDirectoryExist(
    [InAttribute] String^ bstrFileOrDirName
)
abstract DoesFileOrDirectoryExist : 
        bstrFileOrDirName:string -> bool 
function DoesFileOrDirectoryExist(
    bstrFileOrDirName : String
) : boolean

Paramètres

  • bstrFileOrDirName
    Type : System.String
    Requis.Chaîne contenant le nom du fichier ou du répertoire.

Valeur de retour

Type : System.Boolean
true si le fichier ou répertoire existe ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms