Re: get the actual size of a file
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Sun, 3 Apr 2005 07:06:30 +0100
Mike <vimakefile@xxxxxxxxx> wrote:
> I think, depending on the OS (and if file copy is calling the right APIs),
> File.Copy can be a huge winner especailly if both the files are not on the
> same machine as the machine the copy is exceuted on. (For instance, \\machA
> executes File.Copy("\\machB\foo\bar", "\\machC\foo\bar"). This isn't a
> common scenerio, but I was under the impression that in certain
> configurations one could avoid the bits going through \\machA at all.
I'm not sure, to be honest. I think I'd want to see it working before
saying for certain either way :)
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- References:
- get the actual size of a file
- From: Stephan Steiner
- Re: get the actual size of a file
- From: Stephany Young
- Re: get the actual size of a file
- From: Jon Skeet [C# MVP]
- Re: get the actual size of a file
- From: Stephan Steiner
- Re: get the actual size of a file
- From: Mike
- get the actual size of a file
- Prev by Date: SMTP authentication
- Next by Date: Re: get the actual size of a file
- Previous by thread: Re: get the actual size of a file
- Next by thread: Re: get the actual size of a file
- Index(es):
Relevant Pages
|