GetRecursiveLines

This commit is contained in:
2023-08-10 19:13:31 -07:00
parent 2f9853c520
commit ba5427b049
2 changed files with 385 additions and 360 deletions

View File

@ -48,8 +48,6 @@ internal static class HelperKanbanMetadata
string fullPath = Path.GetFullPath(sourceDirectory);
if (!Directory.Exists(fullPath))
_ = Directory.CreateDirectory(fullPath);
List<(MarkdownFile, string[])> collection;
collection = HelperMarkdown.GetCollection(appSettings, HelperMarkdown.GetFiles(appSettings, fullPath));
string indexFile = Path.Combine(fullPath, "index.md");
if (File.Exists(indexFile))
{