Update windows-sandbox-configure-using-wsb-file.md

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.
This commit is contained in:
Davide Piccinini
2024-10-04 21:55:25 +02:00
committed by GitHub
parent 21df154346
commit b75015593d

View File

@ -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>