Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas3242 Dim outFilePath As String variable
3244 outFilePath = storeToDir & "\" & fso.GetBaseName(resultsFile) & "_" & _
3247 Set xmlOutput = fso.CreateTextFile(outFilePath, True)
3268 …WriteDebug currentFunctionName & " : path " & outFilePath & ": " & Err.Number & " " & Err.Descript…

Completed in 30 milliseconds