Table of Contents

Method EnsureDirectory

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

EnsureDirectory(string)

Checks that all folders along the specified path exist and attempts to create any missing ones.

public static void EnsureDirectory(string path)

Parameters

path string

The path to check for missing folders.