Copy a folder includes the file inside and name it with a specified name.

xiaoxiao2021-03-05  46

<%

Username = "scoutlin"

Sfolder = Server.mappath ("CY")

Ofolder = server.mappath (username)

SET FSO = Server.createObject ("scripting.filesystemObject")

Fso.copyfolder Sfolder, Ofolder

SET FSO = Nothing

%>

转载请注明原文地址:https://www.9cbs.com/read-36673.html

New Post(0)