how to access windows files from ubuntu wsl using mac code example
Example 1: where is wsl folder in windows
%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Example 2: How to use my windows file through bash
You'll find the Windows C:\ structure at /mnt/c/ in the Bash environment.
Therefore, my Documents folder is at /mnt/c/Users/Ben/Documents/.
so give comand of cd /mnt/c/ to enter the c file