## Current behaviour When calling [readDir](https://github.com/lollipopkit/webdav_client/blob/main/lib/src/client/fns/read.dart#L11) to get all sub folders and files the function also returns the target/parent directory as the first element. ## Expected behaviour The parent directory should be excluded from the list, as it is not a child.
Current behaviour
When calling readDir to get all sub folders and files the function also returns the target/parent directory as the first element.
Expected behaviour
The parent directory should be excluded from the list, as it is not a child.