Hi there, For some reasong when im clicking btnstart (command button) i get an error saying path not found? The whole idea is to make a folder in C:\ called recordings?

This is the code i used ? Have i broke something?

Thanks,
Code:
private Sub btnStart_Click()

If Dir("C:\Recordings") = "" Then
    MkDir "C:\Recordings\"
End If