|
ASP
Folder
More detial or script code example
CreateFolder (sub folder)
建立新数据夹 Description: Create a Folder
You need to change the upper folder permission
before you create, delete or rename
otherwise you will get error message.
在执行建立删除或更改档名之前
你一定别忘了先到你的主机管理员区
修改上你想修改数据夹的权限

ASP
Folder
More detial or script code example
RenameFolder()
资料夹更名 Description: Sub RenameFolder()
资料夹更名 
ASP
folder
More detial or script code example
split long strings by any " string "
以 某 " 字符串 " 分隔某长字符串 Description: strArray = Split(Longstr, "str")
数组 = 分隔指令 (长字符串, "短字符串")
使用短字符串来分隔长字符串

|