directory class : Refresh() method

Description

Refreshes the state of the invoker.

Syntax

directoryInstance.Refresh()

Arguments

None

Return value

None

Sample code

1:

directory dir = new directory("c:\somewhere...");

2:

dir.Refresh();

Notes

It's a wrapper of the System.IO.DirectoryInfo.Refresh() method.

Links for reference

Copyright © Cooker All rights reserved.