public static void SafeMove(this ZlpFileInfo sourcePath, ZlpFileInfo dstFilePath) { ZlpSafeFileOperations.SafeMoveFile(sourcePath, dstFilePath); }
public static ZlpFileInfo SafeMove(this ZlpFileInfo sourcePath, string dstFilePath) { ZlpSafeFileOperations.SafeMoveFile(sourcePath, dstFilePath); return(sourcePath); }