5 {fullPath
:'/a', isDirectory
:true},
6 {fullPath
:'/b', isDirectory
:true},
9 {fullPath
:'/e', isDirectory
:true},
11 {fullPath
:'/g', isDirectory
:true},
16 function(helper
) { helper
.readDirectory('/'); },
17 function(helper
) { helper
.remove('/c'); },
18 function(helper
) { helper
.remove('/e'); },
19 function(helper
) { helper
.remove('/f'); },
20 function(helper
) { helper
.readDirectory('/'); }