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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,20 +197,18 @@ if let wrapperToRemove = directoryWrapper.withPath("hello.txt") {
197
197
### Getting child wrappers
198
198
> **_Notice:_** Directory wrappers only.
199
199
200
-
To get wrappers from a directory wrapper use `@property fileWrappers` or call `-fileWrapperWithPath`, the latter will also traverse all children based on path.
200
+
To get wrappers from a directory wrapper call `-fileWrapperWithPath`, this will also traverse all children based on supplied path.
0 commit comments