Bluelight CSV wird nun gelesen

This commit is contained in:
HuskyTeufel
2019-09-25 15:49:35 +02:00
parent 0c733eafdf
commit b47bf96cf7
4 changed files with 27 additions and 10 deletions

View File

@@ -52,10 +52,10 @@ namespace KlassenBIB
string path = Path.Combine(projektpfad, PfadZurSan);
if (!Directory.Exists(path)) Directory.CreateDirectory(path);
string mypath = Path.Combine(path, Verzeichnispfad);
if (!Directory.Exists(mypath)) Directory.CreateDirectory(mypath);
//string mypath = Path.Combine(path, Verzeichnispfad);
//if (!Directory.Exists(mypath)) Directory.CreateDirectory(mypath);
return mypath;
return path;
}
/// <summary>
///