直接找類別庫參考就可以找到
引用 System.IO
Imports System.IO
' Determine whethers the directory exists.
If Directory.Exists(path) = False Then
' Create the directory.
Directory.CreateDirectory(path)
End If
COPY From http://msdn.microsoft.com/zh-tw/library/system.io.directory(VS.80).aspx
~Shael
全站熱搜