As highlighted by Tilendor in Jon Skeet's answer, streams have a CopyTo method since .NET 4. var fileStream = File.Create("C:PathToFile");
確定! 回上一頁