Table of Contents

Method EnsureDirectoryExists

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

EnsureDirectoryExists(string)

Ensures that the specified path exists and creates it if necessary.

public static void EnsureDirectoryExists(string path)

Parameters

path string

Path to check.