Work-around restricted file names under Windows
Open
bug
- Dominant language
- APL
- Stars
- 26
- Forks
- 11
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
If you have namespace with one of the names
aux, con, nul, prn, com1 .. com9, and lpt1 ..lpt9
... Then Link cannot create the folder under Windows.
Link can work around the problem by using (∊1 ⎕NPARTS ...) on the namespace name before trying to create the directory. It is possible to create a folder called "c:\lpt1", but not "lpt1".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.