Thanks Guys
I'll just add a few lines at the start of my programme check if my folder in the temp directory exists, If not then create it, if it does then empty any contents.
Edit: Posted this here as im at work, (Can then access it at home later)
Global TempPath$ As String : TempPath$ = ""
Function EmptyTempDir()
If File Exist(TempPath$) = 0 : Make Dir TempPath$
Else Set Dir TempPath$ : Preform Checklist for Files
If Checklist Quantity() => 3
For n = 3 to Checklist Quantity()
Delete File Checklist String$(n)
Next n : EndIf : EndIf : Empty Checklist
EndFunction
Everyone Be Cool, You, Be Cool.