
31 Mar
2005
31 Mar
'05
2:53 a.m.
At 05:28 PM 3/30/2005, Peter Dimov wrote:
Martin wrote:
- non-throwing is_* functions. I find it very inconvenient and error prune to put try/catch around each is_directory call. Calling is_accessible before every other is_* function is an option but not much easier and still leaves a risk for an exception if another process is accessing the file.
Did is_accessible get added, after all?
Yes.
That's bad. Let's remove it before it gets standardized and it's too late. :-)
? --Beman