Class PathExtensions
Extension methods for IPath.
public static class PathExtensions
- Inheritance
-
PathExtensions
- Inherited Members
Methods
EnsurePathExists(IPath)
Ensures the directory at the given path exists, creating it if necessary.
public static bool EnsurePathExists(this IPath path)
Parameters
pathIPathThe path to ensure exists as a directory.