Fix local download path
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user