|
|
@ -24,8 +24,15 @@ public static class ExportWrapper
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
static ExportWrapper()
|
|
|
|
static ExportWrapper()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Directory.Delete(DirPath, true);
|
|
|
|
Directory.Delete(DirPath, true);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
catch (DirectoryNotFoundException)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Directory.CreateDirectory(DirPath);
|
|
|
|
Directory.CreateDirectory(DirPath);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|