Searched refs:TempPath (Results 1 – 2 of 2) sorted by relevance
374 Dim TempPath As String variable379 TempPath = fso.GetSpecialFolder(TemporaryFolder).path381 If (TempPath = "") Then382 TempPath = "."391 fileName = fso.GetAbsolutePathName(TempPath & "\FileList" & myApp & ".txt")494 Dim TempPath As String variable495 TempPath = fso.GetSpecialFolder(TemporaryFolder).path496 If (TempPath = "") Then TempPath = "."497 statFileName = fso.GetAbsolutePathName(TempPath & "\StatFile" & myApp & ".txt")
475 Dim TempPath As String variable477 TempPath = fso.GetSpecialFolder(TemporaryFolder).path479 If (TempPath = "") Then480 TempPath = "."483 GetLogFilePath = fso.GetAbsolutePathName(TempPath & "\" & CSTR_LOG_FILE_NAME)
Completed in 15 milliseconds