Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / October 2007

Tip: Looking for answers? Try searching our database.

Splitting Files

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tedmond - 17 Oct 2007 03:54 GMT
Dear all,

Is there any easy way to split a file into several smaller files and then
recompose it?  Which namespace should I use?

Thanks for any help,

Tedmond
Kevin Spencer - 17 Oct 2007 13:10 GMT
"Easy" is a relative term. Use the System.IO namespace classes,
specifically, the FileStream class.

See http://msdn2.microsoft.com/en-us/library/system.io.filestream.aspx

Signature

HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP

> Dear all,
>
[quoted text clipped - 4 lines]
>
> Tedmond
Andrew Faust - 22 Oct 2007 00:26 GMT
Should be pretty easy. All you need to do is use standard filestream
operations. Read through the source file and write out each X number of
bytes to a file named something like (file_0, file_1, etc). To put it back
together simply read through the file_# files in order appending them to a
new file. The namespace is System.IO

Signature

Andrew Faust
andrew[at]andrewfaust.com
http://www.andrewfaust.com

> Dear all,
>
[quoted text clipped - 4 lines]
>
> Tedmond

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.