Skip to content

Commit

Permalink
Update windows-sandbox-configure-using-wsb-file.md
Browse files Browse the repository at this point in the history
Update `HostFolder` value description in `MappedFolder`, specifying that the path could be absolute or relative, not only absolute as, instead, is for the `SandboxFolder` value.
  • Loading branch information
davide-pi authored Oct 4, 2024
1 parent 21df154 commit b750155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ An array of folders, each representing a location on the host machine that is sh
```xml
<MappedFolders>
<MappedFolder>
<HostFolder>absolute path to the host folder</HostFolder>
<HostFolder>absolute or relative path to the host folder</HostFolder>
<SandboxFolder>absolute path to the sandbox folder</SandboxFolder>
<ReadOnly>value</ReadOnly>
</MappedFolder>
Expand Down

0 comments on commit b750155

Please sign in to comment.