Method EnsureDirectoryExists
EnsureDirectoryExists(string)
Ensures that the specified path exists and creates it if necessary.
public static void EnsureDirectoryExists(string path)
Parameters
pathstringPath to check.
Ensures that the specified path exists and creates it if necessary.
public static void EnsureDirectoryExists(string path)
path stringPath to check.