FileSystemInfo.Refresh 方法
刷新对象的状态。
**命名空间:**System.IO
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Sub Refresh
用法
Dim instance As FileSystemInfo
instance.Refresh
public void Refresh ()
public:
void Refresh ()
public void Refresh ()
public function Refresh ()
异常
异常类型 | 条件 |
---|---|
找不到该文件。 |
|
设备(如磁盘驱动器)未准备好。 |
备注
FileSystemInfo.Refresh 从当前文件系统中制作文件的快照。即使文件系统返回不正确或过期信息,Refresh 也无法修正基础文件系统。这可能在 Windows 98 等平台上发生。
在尝试获取属性信息以前必须调用 Refresh,否则,该信息会过期。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0
请参见
参考
FileSystemInfo 类
FileSystemInfo 成员
System.IO 命名空间