vb.net中如何判断文件夹存在呀~~~VB中代码如下Dim FS As New FileSystemObject dd = FS.FolderExists("F:\data\photos1")
[此贴子已经被作者于2007-2-1 12:05:54编辑过]
If System.IO.Directory.Exists("F:\data\photos1")=False Then Messagebox.Show("文件夹不存在")End If
[此贴子已经被作者于2007-2-1 19:18:57编辑过]
[此贴子已经被作者于2007-2-1 23:48:00编辑过]