相关文章推荐
鼻子大的馒头  ·  转!XML文件和DOM ...·  3 月前    · 
绅士的水煮肉  ·  用 proxychains ...·  10 月前    · 
憨厚的课本  ·  apache spark - How to ...·  2 年前    · 
Sub ShowFolderInfo(folderspec)
    Dim fs, f, s
    Set fs = CreateObject("Scripting.FileSystemObject")
    Set f = fs.GetFolder(folderspec)
    s = f.DateCreated
    MsgBox s
End Sub
Description