mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
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:
@ -87,7 +87,7 @@ An array of folders, each representing a location on the host machine that is sh
|
|||||||
```xml
|
```xml
|
||||||
<MappedFolders>
|
<MappedFolders>
|
||||||
<MappedFolder>
|
<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>
|
<SandboxFolder>absolute path to the sandbox folder</SandboxFolder>
|
||||||
<ReadOnly>value</ReadOnly>
|
<ReadOnly>value</ReadOnly>
|
||||||
</MappedFolder>
|
</MappedFolder>
|
||||||
|
Reference in New Issue
Block a user