亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

VBS教程:屬性-DateCreated 屬性

 更新時間:2006年11月16日 00:00:00   作者:  

DateCreated 屬性

返回指定的文件或文件夾的創(chuàng)建日期和時間。只讀。

object.DateCreated

object 應為 File 或 Folder 對象的名稱。

說明

以下代碼舉例說明如何使用 DateCreated 屬性:

Function ShowFileInfo(filespec)  Dim fso, f  Set fso = CreateObject("Scripting.FileSystemObject")  Set f = fso.GetFile(filespec)  ShowFileInfo = "創(chuàng)建:" & f.DateCreatedEnd Function

相關(guān)文章

最新評論