IVCWizCtlUI::DoesFileOrDirectoryExist Method (String^)

 

Determines whether the specified file or directory exists.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

bool DoesFileOrDirectoryExist(
	String^ bstrFileOrDirName
)

Parameters

bstrFileOrDirName
Type: System::String^

Required. A string containing the name of the file or directory.

Return Value

Type: System::Boolean

true if the file or directory exists; otherwise, false.

Return to top
Show: