ASP File System Object Conundrum

Sedang Disiapkan Disiarkan Sep 12, 2006 Dibayar semasa penghantaran
Sedang Disiapkan Dibayar semasa penghantaran

I have a function (see below) that creates a temporary file on the server so that it can be called with Server.Execute. Unfortunately I am unable to delete the file immediately after calling [url removed, login to view]

Function displayASP(displayString, displayMode)

Select Case Ucase(displayMode)

Case "RAW"

[url removed, login to view] displayString

Case "HTML"

result = Replace(displayString, "", ">")

result = ""&result&""

[url removed, login to view] result

Case "PARSED"

fullPath = [url removed, login to view]("PATH_TRANSLATED")

fullPath = Left( fullPath, InStrRev(fullPath, "") )

thisGUID = GetGUID

fullPath=fullPath & thisGUID & ".asp"

Set fileObj = [url removed, login to view]("Scripting.FileSystemObject")

set createdFile = [url removed, login to view]( fullPath, TRUE )

[url removed, login to view] displayString

[url removed, login to view]

set CreatedFile = nothing

myURL = thisGUID & ".asp"

[url removed, login to view] (myURL)

set fileObj = nothing

End Select

End Function

ASP

ID Projek: #88624

Tentang projek

1 cadangan Projek jarak jauh Aktif Sep 12, 2006

Dianugerahkan kepada:

lightcresent

Can fix it immediately...

$30 USD dalam 0 hari
(100 Ulasan)
7.1