Closed atty303 closed 5 months ago
entries
should be the list of file names, not full paths. WebAccess.readdir
should return the file names, not paths. dom:08c3592 fixes this. See @zenfs/dom v0.2.11
@atty303 I feel bad having such buggy code... Please tell me if the DOM release fixes the issue. Everything looks to be working correctly in my testing.
Everything works well now. Thanks!
This throws error.
Since
entry
is already a relative path,join
seems unnecessary.