From: Tony Johansson on 1 Jun 2010 05:05 Hi! Here is the complete sentence. "The file class can be used to open files, create new files, read whole files atomically, and even write files". So what does the test mean with read whole files atomically ? //Tony
From: Peter Duniho on 1 Jun 2010 11:39 Tony Johansson wrote: > Hi! > > Here is the complete sentence. "The file class can be used to open files, > create new files, read whole files atomically, and even write files". > > So what does the test mean with read whole files atomically ? They must be talking about the ReadAllText() method, and using the word "atomically" simply to mean that with a single method call, you can read the entire file (which, given the context seems like a reasonable enough usage of the word "atomically"). Pete
|
Pages: 1 Prev: Installing Visual Studio 2010 Express Next: WCF Client serialization problem |