Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas1066 Dim preparedPath As String variable
1068 preparedPath = Right(sourceDocPath, Len(sourceDocPath) - Len(startDir))
1069 If Left(preparedPath, 1) = "\" Then
1070 preparedPath = Right(preparedPath, Len(preparedPath) - 1)
1075 preparedPath = storeToDir & "\" & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath
1077 preparedPath = storeToDir & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath
1081 CreateFullPath fso.GetParentFolderName(preparedPath), fso
1084 GetPreparedFullPath = preparedPath

Completed in 19 milliseconds