直接找類別庫參考就可以找到
引用 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

arrow
arrow
    全站熱搜

    shael 發表在 痞客邦 留言(0) 人氣()