Checks if the directory is empty.
@override bool isDirEmptySync(String dirPath) { return readdirSync(dirPath).isEmpty; }