Moved Development to Production
Moved Markdown to new Connection Better header for html
This commit is contained in:
@ -503,7 +503,7 @@ public class FileRead : Properties.IFileRead
|
||||
foreach (string match in matches)
|
||||
{
|
||||
fileName = Path.GetFileName(match);
|
||||
File.Move(match, Path.Combine(fileConnectorConfiguration.SourceFileLocation, fileName));
|
||||
File.Move(match, Path.Combine(nestedDirectory, fileName));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user