[Github-comments] [geany] Geany does not work with network drives or a network drive mapped to a local folder (#689)

Matthew Brush notifications at xxxxx
Sun Oct 11 18:35:52 UTC 2015


Is it because of that silly Windows bug where you can't `cd` into a folder on another drive, but first have to put the drive letter by itself to switch to that drive and then `cd` into the folder?

Like:
```
C:\Whatever> cd Z:\foo
<doesn't work>
C:\Whatever> Z:
Z:\> cd foo
<works>
```

IIRC there was some code added for Windows to override the normal/shortcut-chosen working directory, maybe it needs to do something fancier?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/689#issuecomment-147233747
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151011/26a000e3/attachment.html>


More information about the Github-comments mailing list