0
Write a function to split big text file to small one(10mb)
c# is using for this question
3 Respuestas
+ 1
It looks like you want to create a compressing and decompression programme in c# or something like a zip file with c#.
Check this.
https://mobile.codeguru.com/csharp/.net/net_general/performance/compressing-and-decompressing-files-with-c.html
For zip file in c# check this.
https://www.technical-recipes.com/2018/creating-a-zip-archive-in-c/
+ 1
Can you more elaborate on your question by giving example.
0
Hi, thank you for the answer. But what i want is the text file compressing into small file,but not zip file