DirectoryExists
判断指定的目录是否存在。
语法
DirectoryExists
(
Directory
)
Directory:要判断的目录
例如:
If
FileSys.
DirectoryExists(
"C
:\MyFolder"
)
Then
'如果目录C:\MyFolder存在
FileSys.DeleteDirectory(
"C
:\MyFolder"
,
2
,
3
)
'则删除之
End
If
本页地址:
http://www.foxtable.com/webhelp/topics/0334.htm