PackageUtilities.EnsureOutputPath(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.
Creates the directories required for the given path.
public:
static void EnsureOutputPath(System::String ^ path);
public:
static void EnsureOutputPath(Platform::String ^ path);
static void EnsureOutputPath(std::wstring const & path);
public static void EnsureOutputPath (string path);
static member EnsureOutputPath : string -> unit
Public Sub EnsureOutputPath (path As String)
Parameters
- path
- String
The path to create.
Remarks
This method catches the exceptions thrown by CreateDirectory.