How to create an empty fileTree?

Ok, I have find a solution that does not produce any warnings.

ext.source = fileTree( 'directory does not exists' )

But it is very ugly.