Fix local download path

This commit is contained in:
Samuele Locatelli
2022-10-19 15:58:56 +02:00
parent 98b9dd4397
commit 02cbc242d9
+1 -1
View File
@@ -4748,7 +4748,7 @@ namespace IOB_WIN_NEXT
bool answ = false;
// salvo articoli
string locDir = getOptPar("FTP_LOC_DIR");
string basePath = Directory.GetCurrentDirectory();
string basePath = Application.StartupPath;
string tempDir = Path.Combine(basePath, locDir);
if (!Directory.Exists(tempDir))
{