Skip to content
Prev 30707 / 63424 Next

file.access() on network (mounted) drive on Windows Vista?

It is a 'feature' of Windows Vista.  Why not just use tryCatch()?
The older version of file.access() used to report access when there was 
none, so the error have happened both ways.

(I think any OS with multiple filesystems potentially has problems like 
this: we saw them with Unix (Solaris) file systems mounted on MacOS X via 
Samba, even when the same thing works correctly on Linux.)
On Wed, 26 Nov 2008, Henrik Bengtsson wrote: