file class : Refresh() method
Description
Refreshes the state of the invoker.
Syntax
fileInstance.Refresh()
Arguments
None
Return value
None
Sample code
1: | file f = new file("c:\somewhere..."); |
2: | f.Refresh(); |
Notes
It's a wrapper of the System.IO.FileInfo.Refresh() method.