Re: Interview question - filestream
From: Rob Kennedy (.)
Date: 11/03/03
- Next message: Kurt Barthelmess: "Re: How to use assigned to check for dynamicly created form."
- Previous message: Iman L Crawford: "Re: Interview question - filestream"
- In reply to: Jim Poe: "Interview question - filestream"
- Next in thread: David Knaack: "Re: Interview question - filestream"
- Reply: David Knaack: "Re: Interview question - filestream"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 03 Nov 2003 13:12:15 -0600
Jim Poe wrote:
> Why would you use a filestream to move a file rather
> than some other technique such as a shell api call?
I can't really answer the question; I reject its underlying assumption
that I *would* use a file stream to move a file. Using the API, you have
a much better chance of retaining NTFS security, encryption,
compression, and stream information. TFileStream is ignorant to all that.
I'd accept the question if it were rephrased: "Under what circumstances
might someone prefer to use a file stream to move a file rather than
some other technique?"
One reason might be that the API function (or whatever other technique)
is not available or reliable on all the program's target systems.
Or maybe the API function is too complicated, making it easier to
re-implement the functionality from scratch than to spend time
understanding how to use the existing function.
-- Rob
- Next message: Kurt Barthelmess: "Re: How to use assigned to check for dynamicly created form."
- Previous message: Iman L Crawford: "Re: Interview question - filestream"
- In reply to: Jim Poe: "Interview question - filestream"
- Next in thread: David Knaack: "Re: Interview question - filestream"
- Reply: David Knaack: "Re: Interview question - filestream"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|