自學筆記
2015年3月8日 星期日
filesystemobject取得資料夾內的檔案名稱
fPath = Server.MapPath("file\")
Set fs=Server.CreateObject("Scripting.FileSystemObject")
'擷取使用者上傳檔名
Set folder = fs.GetFolder(fPath)
For each f in folder.files
fName = f.Name
Next
set fs=nothing
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言