Spawns a process that runs wsl test -e <wslPath> to determine if a wsl path exists.
wsl test -e <wslPath>
WSL path to check
true if the wsl path exists, false otherwise
true
false
Error if executed on non-windows platform
Error if wsl is not installed
Spawns a process that runs
wsl test -e <wslPath>to determine if a wsl path exists.