Ejemplo n.º 1
0
 public static void SafeMove(this ZlpFileInfo sourcePath, ZlpFileInfo dstFilePath)
 {
     ZlpSafeFileOperations.SafeMoveFile(sourcePath, dstFilePath);
 }
Ejemplo n.º 2
0
 public static ZlpFileInfo SafeMove(this ZlpFileInfo sourcePath, string dstFilePath)
 {
     ZlpSafeFileOperations.SafeMoveFile(sourcePath, dstFilePath);
     return(sourcePath);
 }