Which of the following would be incorrect calls to this function assuming "James" is the folder name? Provide ALL which are incorrect.

A) createFolder("James", " ", " ", " ")
B) createFolder("James", " ")
C) createFolder()
D) createFolder(" ", " ", " ", "James")
E) createFolder(" ", " ", " ")