<% FileSystemObject.MoveFile(Source,Destination) %>
<% Option Explicit %> <html> <head> <title>ThaiCreate.Com ASP FileSystemObject Object</title> </head> <body> <% Dim objFSO Set objFSO = Server.CreateObject("Scripting.FileSystemObject") objFSO.MoveFile Server.MapPath("MyFiles/thaicreate.txt"),Server.MapPath("MyNewFiles/thaicreate.txt") 'objFSO.MoveFile "C:\Inetpub\wwwroot\myasp\MyFiles\*.txt","C:\Inetpub\wwwroot\myasp\MyNewFiles\" '*** Move All (*.txt) ***' Response.write("Files Moved") Set objFSO = Nothing %> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท