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