adamyg / mcwin32

Midnight Commander for Windows
https://sourceforge.net/projects/mcwin32/
204 stars 13 forks source link

Use perl mkdir implementation that supports back and forward slashes #49

Closed proski closed 1 year ago

proski commented 1 year ago

It's more predictable than whatever the user can have in PATH. Also, it can create hierarchies of subdirectories and doesn't fail if the directory exists already.

Don't ignore failures to create a directory.

Neustradamus commented 1 year ago

@adamyg: Why this PR has been closed?