access windows files from ubuntu wsl code example
Example 1: how to cd into local machine using ubuntu subsystem
You will find the Windows C:\ structure at /mnt/c/ in the Bash environment.
Therefore, my Documents folder is at /mnt/c/...
therefore to cd into your directory do
cd /mnt/c/...
Example 2: access wsl files from windows
C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\