PackageUtilities::EnsureOutputPath Method (String^)

 

Creates the directories required for the given path.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void EnsureOutputPath(
	String^ path
)

Parameters

path
Type: System::String^

The path to create.

This method catches the exceptions thrown by CreateDirectory.

Return to top
Show: