TinyCLR How to create folder/directory

How do I create a directory/folder using TinyCLR FileStream?

I can make files all day long but I’m not smart enough to create a new folder.

SD card on UCM Dev Board with UC5550.

Thanks…

Filesystem interactions should have the same API as the desktop: System.IO.Directory.CreateDirectory