Memory Efficient file append
- by lboregard
i have several files whose content need to be merged into a single file. i have the following code that does this ... but it seems rather inefficient in terms of memory usage ... would you suggest a better way to do it ?
the Util.MoveFile function simply accounts for moving files across volumes
private void Compose(string[] files)
{
…