Method EnsureDirectoryExist
EnsureDirectoryExist(string)
Ensures the directory for the specified file path exists.
Declaration
public static void EnsureDirectoryExist(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | File path whose directory should exist. |