Closed snake-scaly closed 9 years ago
There is no PWD environment variable in Windows. There is a roughly equivalent CD variable but it is only available to batch scripts. This patch uses the syscall package to determine current directory on any platform, in a portable manner.
PWD
CD
syscall
Thanks a lot!
There is no
PWD
environment variable in Windows. There is a roughly equivalentCD
variable but it is only available to batch scripts. This patch uses thesyscall
package to determine current directory on any platform, in a portable manner.