I want to access my files from wsl ubuntu but this format of code has syntax error only resolved by removing “$”, but that probably would cause Windows to fail accessing to my Ubuntu files.
HOME = joinpath(ENV[“HOME”], “//wsl$/Ubuntu/home/…”);
Can it be resolved by installing julia to my wsl ubuntu? Or is it possible to access wsl files from Windows with joinpath somehow I couldn’t manage to find.
Thanks in advance.