Home
last modified time | relevance | path

Searched refs:TempPath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/migrationanalysis/src/wizard/
H A DAnalyse.bas374 Dim TempPath As String variable
379 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
381 If (TempPath = "") Then
382 TempPath = "."
391 fileName = fso.GetAbsolutePathName(TempPath & "\FileList" & myApp & ".txt")
494 Dim TempPath As String variable
495 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
496 If (TempPath = "") Then TempPath = "."
497 statFileName = fso.GetAbsolutePathName(TempPath & "\StatFile" & myApp & ".txt")
H A DUtilities.bas475 Dim TempPath As String variable
477 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
479 If (TempPath = "") Then
480 TempPath = "."
483 GetLogFilePath = fso.GetAbsolutePathName(TempPath & "\" & CSTR_LOG_FILE_NAME)

Completed in 19 milliseconds