Bluelight CSV wird nun gelesen
This commit is contained in:
@@ -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>
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user