ASP File System Object Conundrum

進行中 投稿 Sep 12, 2006 着払い
進行中 着払い

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: #88624

プロジェクトについて

1個の提案 リモートプロジェクト アクティブ Sep 12, 2006

アワード:

lightcresent

Can fix it immediately...

$30 USD 0日以内
(100レビュー)
7.1