How can I use the Windows Explorer to create folders or files in my home directory using "Bash on Ubuntu on Windows"?
I tried the following:
- Enter C:\Users{user}\AppData\Local\lxss{username} in the Windows Explorer
- Create a folder named "scripts" using Windows Explorer
- Open Bash on Ubuntu on Windows
- Run
ls -a
RESULT: total 0
Are there any plans to make something like this work?
P.S. Workaround-ish:
- I used
mkdir
&touch
in bash to create folders & files e.g.scripts/menu.py
- I used the Windows Explorer & Notepad++ to edit menu.py
- I ran the script with
python scripts/menu.py