Safely creates a directory and automatically creates any missing parent directories.
public static bool TryCreateDirectoryRecursively(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string directoryPath);The virtual file system.
directoryPath System.String
The directory path as a string.
System.Boolean
True if the directories were created successfully, false otherwise.