To be honest im not understanding anything in that thread?

Code:
Private Sub btnStart_Click()
    
    If Dir(App.Path & "\Recordings") = "" Then
    MkDir App.Path & "\Recordings"
    
End If
Is the code im using now, But i obviousily need soemthing in there to ignore creating the file if it already exists.... How will i go about that?

Sorry its just i dont understand what to change or what to add.

thanks