PackageUtilities::EnsureOutputPath Method (String^)
Visual Studio 2015
Creates the directories required for the given path.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- path
-
Type:
System::String^
The path to create.
This method catches the exceptions thrown by CreateDirectory.
Show: