Refresh Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Refreshes the state of the object.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
Syntax
'Declaration
Public Sub Refresh
public void Refresh()
public:
void Refresh()
member Refresh : unit -> unit
public function Refresh()
Exceptions
Exception | Condition |
---|---|
IOException | A device such as a disk drive is not ready. |
Remarks
FileSystemInfo.Refresh takes a snapshot of the file from the current file system. Refresh cannot correct the underlying file system even if the file system returns incorrect or outdated information. This can happen on platforms such as Windows 98.
Calls must be made to Refresh before attempting to get the attribute information, or the information will be outdated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.