modo static x copia fiel su network
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user