I am trying to create soft link of folders on windows. I have cygwin env set in the path so I am able to use ln -s. I am able to create a link but a file is being created rather folder.
I can ls to the file ( which should be folder), and it has all the files but can't cd . Please refer below image. Please letme what I am missing here.