Example #1
0
 private string[] GetImageFolder(Topic topic)
 {
     return(FileContainer.CreateDirectory("images", new[] { topic.FolderPath }));
 }