有谁知道在VB.NET中拆分大文件的最佳方法是什么?这些文件可能超过10GB。我已经找到了通过谷歌搜索整天做到这一点的方法!我发现的大部分解决方案几乎都有效。但我真正想知道的是,最有效的方法是什么?
非常感谢
答案 0 :(得分:1)
我不知道您是否偶然发现了以下主题。如果是这样,他们不是满足你的意愿,还是你想要其他选择?
How to split a large file into smaller files using VB.NET 2003?
Split large file into smaller files by number of lines in C#?