Copy Files from Windows to the Ubuntu Subsystem [closed]
I have enabled developer mode and installed Bash on Ubuntu on Windows . My home directory can be found under %localappdata%\Lxss\home\<ubuntu.username>\ , i have created a sub-directory called Pictures such that the full path should be on windows: C:\Users\<windows.username>\AppData\Local\lxss\home\<ubuntu.username>\Pictures on bash: /home/<ubuntu.username>/Pictures if i create a file from bash using the command touch hello.txt i can freely see this file in the windows UI and copy it to my Desktop. However, if i create a new text file from the windows UI and save it in C:\Users\<windows