Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 10 forks source link

Link should report file names with appropriate capitalisation and slashes #477

Open abrudz opened 2 years ago

abrudz commented 2 years ago

With a directory (in the current directory) called repo:

      ]link.create here .\rEpo
#.here
      ]status
 Namespace      Directory    Files 
 #.here     ←→  c:/tmp/rEpo     14 

should be:

      ]link.create here .\rEpo
#.here
      ]status
 Namespace      Directory    Files 
 #.here     ←→  C:\tmp\repo     14