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
pathstringThe path to check for missing folders.