Method EnsureDirectory
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
stringThe path to check for missing folders.