strippedName := strings.ReplaceAll(file.Name(), ".incomplete", "")
strippedName, err = txtEncoder.String(strippedName)
if err != nil {
strippedName := strings.ReplaceAll(file.Name(), ".incomplete", "")
strippedName, err = txtEncoder.String(strippedName)
if err != nil {