06-17-2022, 02:34 PM
Quote:You'd still end up with the same root issue though when you did a return$ = ClearPath(Temp$).
;-)) Not me, I prefaced what I said with this:
Code: (Select All)
' don't share temp$, temp$ is supposed to be temporary!!!
test$ = "C:\Dir1\Dir2\"
Print CleanPath$(test$)
b = b + ...