|
-
December 31st, 2006, 06:59 AM
#2
Re: FileStream + LargeFiles
 Originally Posted by aznium
Does this mean I can not write beyond 2gigs?
Thanks
Hi!
Sorry, but I cannot help you with the first problem.
As for the second, it doesn't mean that you can't write more than 2gigs into the file, it only means that you can't write arrays bigger than 2^32 entries.
You are writing the data in chunks, so just seek to the end of file and write chunk of data.
Using .NET 2.0 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|