Skip to content

Commit

Permalink
assume entry exists if it can be located
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully committed Apr 6, 2023
1 parent 99dee52 commit b34c5bf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,10 @@ run the following steps:
[=FileSystemHandle/in the origin private file system=]:
1. Let |entry| be the result of [=locating an entry=] given
|startIn|'s [=FileSystemHandle/locator=].
1. If |entry| is a [=file entry=], and a path on the local file system
corresponding to the parent directory of |entry| can be determined,
then return that path.
1. If |entry| is a [=directory entry=], and a path on the local file system
corresponding to |entry| can be determined,
then return that path.
1. If |entry| is a [=file entry=], return the path of
|entry|'s [=file system entry/parent=] in the local file system.
1. If |entry| is a [=directory entry=], return
|entry|'s path in the local file system.

1. If |id| is non-empty:
1. If [=recently picked directory map=][|origin|] [=map/exists=]:
Expand Down

0 comments on commit b34c5bf

Please sign in to comment.