Searched refs:preparedPath (Results 1 – 1 of 1) sorted by relevance
1066 Dim preparedPath As String variable1068 preparedPath = Right(sourceDocPath, Len(sourceDocPath) - Len(startDir))1069 If Left(preparedPath, 1) = "\" Then1070 preparedPath = Right(preparedPath, Len(preparedPath) - 1)1075 preparedPath = storeToDir & "\" & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath1077 preparedPath = storeToDir & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath1081 CreateFullPath fso.GetParentFolderName(preparedPath), fso1084 GetPreparedFullPath = preparedPath
Completed in 12 milliseconds