Write a function to split big text file to small one(10mb) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a function to split big text file to small one(10mb)

c# is using for this question

1st Apr 2020, 4:38 AM
Yen San
Yen San - avatar
3 Answers
+ 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/
1st Apr 2020, 4:59 AM
Maninder $ingh
Maninder $ingh - avatar
+ 1
Can you more elaborate on your question by giving example.
2nd Apr 2020, 8:49 AM
Maninder $ingh
Maninder $ingh - avatar
0
Hi, thank you for the answer. But what i want is the text file compressing into small file,but not zip file
1st Apr 2020, 5:03 AM
Yen San
Yen San - avatar