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

VBS教程:屬性-ShortPath 屬性

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

ShortPath 屬性

返回按照 8.3 命名約定轉(zhuǎn)換的短路徑名。

object.ShortPath

object 應(yīng)為 File 或 Folder 對(duì)象的名稱。

說(shuō)明

以下代碼舉例說(shuō)明如何使用 ShortName 屬性:

Function ShowShortPath(filespec)    Dim fso, f, s    Set fso = CreateObject("Scripting.FileSystemObject")    Set f = fso.GetFile(filespec)    s = UCase(f.Name) & "<BR>"的短路徑名"    s = s & "是:" & f.ShortPath ShowShortPath = s End Function

相關(guān)文章

最新評(píng)論