Documentation for this section has not yet been entered.
Use the FileInfo.IsReadOnly property to quickly determine or change whether the current file is read only.
When first called, System.IO.FileInfo calls FileSystemInfo.Refresh and caches information about the file. On subsequent calls, you must call FileSystemInfo.Refresh to get the latest copy of the information.