看了MSDN,知道了他可以检查指定的文件是否具有指定的属性(Existence only,Write-only 
Read-only,Read and write) 可是在Res中有这样一句话: 
“This function only checks whether the file and directory are read-only or not, it does not check the filesystem security settings” 
好象是说着函数只检查文件(文件夹)是否是只读,不检查文件的系统的安全性设置。 对这句话不太理解 还有就是到底能不能通过这个函数来判断一个文件是否存在