You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let wrapper = directoryWrapper.withPath("hello.txt")
211
+
let wrapper = directoryWrapper.wrapper(with: "hello.txt")
212
+
```
213
+
214
+
To get all first-degree child wrappers from a directory wrapper call `-fileWrappersInPath`, this will also traverse all children based on supplied path.
0 commit comments