Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the specified file or directory exists.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function DoesFileOrDirectoryExist ( _
bstrFileOrDirName As String _
) As Boolean
public virtual bool DoesFileOrDirectoryExist(
string bstrFileOrDirName
)
public:
virtual bool DoesFileOrDirectoryExist(
[InAttribute] String^ bstrFileOrDirName
)
abstract DoesFileOrDirectoryExist :
bstrFileOrDirName:string -> bool
override DoesFileOrDirectoryExist :
bstrFileOrDirName:string -> bool
public function DoesFileOrDirectoryExist(
bstrFileOrDirName : String
) : boolean
Parameters
bstrFileOrDirName
Type: StringRequired. A string containing the name of the file.
Return Value
Type: Boolean
true if the file or directory exists; otherwise, false.
Implements
IVCWizCtlUI.DoesFileOrDirectoryExist(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.