modo static x copia fiel su network

This commit is contained in:
Samuele E. Locatelli
2019-10-16 19:28:12 +02:00
parent 8a1d2c6b62
commit 5fe1c4eeb5
+1 -1
View File
@@ -644,7 +644,7 @@ namespace SteamWare
/// <param name="fileSource"></param>
/// <param name="fileDest"></param>
/// <returns></returns>
public bool copiaFileNetwork(string pathSource, string pathDest, NetworkCredential credentialsSource, NetworkCredential credentialsDest, string fileSource, string fileDest)
public static bool copiaFileNetwork(string pathSource, string pathDest, NetworkCredential credentialsSource, NetworkCredential credentialsDest, string fileSource, string fileDest)
{
bool fatto = false;
logger.lg.scriviLog($"Richiesta trasferimento files: {pathSource}\\{fileSource} --> {pathDest}\\{fileDest}", tipoLog.INFO);