Closed rtiangha closed 4 years ago
Using Cwd in Cygwin on Windows to find file paths is inconsistent and can fail silently. Switch to using File::Spec instead, which works more reliably and still works across different operating systems.
Thanks a lot!
Using Cwd in Cygwin on Windows to find file paths is inconsistent and can fail silently. Switch to using File::Spec instead, which works more reliably and still works across different operating systems.