VCWizCtlClass.DoesFileExist(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified file name exists.
public:
virtual bool DoesFileExist(System::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::DoesFileExist;
public:
virtual bool DoesFileExist(Platform::String ^ bstrFileName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::DoesFileExist;
virtual bool DoesFileExist(std::wstring const & bstrFileName);
[System.Runtime.InteropServices.DispId(1610743850)]
public virtual bool DoesFileExist (string bstrFileName);
[<System.Runtime.InteropServices.DispId(1610743850)>]
abstract member DoesFileExist : string -> bool
override this.DoesFileExist : string -> bool
Public Overridable Function DoesFileExist (bstrFileName As String) As Boolean
Parameters
- bstrFileName
- String
Required. A string containing the name of the file.
Returns
true
if the file exists; otherwise, false
.
Implements
- Attributes