% 'Check String Function Function FixStr(strInput) strInput = Replace(strInput, "/", "-") strInput = Replace(strInput, " ", "-") FixStr = strInput End Function %>
2003 Games - Play by Play |
Brewster Whitecaps |
Click on a link below to see the Play by Play from that date. <% response.write " "
Set FileObject = CreateObject("Scripting.FileSystemObject")
flag = false
Set objFolder = FileObject.GetFolder(Server.MapPath("\"))
Set objFilesColl = objFolder.Files
for each file in objFilesColl
If left(file.Name,3) = "brw" Then
'FileObject.CopyFile "D:\Websites\CapeCodOnline\Production\capecodbaseballorg\www\ftp\" & File.Name, "D:\Websites\CapeCodOnline\Production\capecodbaseballorg\www\Stats\" & File.Name, True
'FileObject.DeleteFile "D:\Websites\CapeCodOnline\Production\capecodbaseballorg\www\ftp\" & File.Name, False
'response.write "" & FixStr(left(File.DateLastModified,10)) & " " End If next %> |