On Jul 13, 11:57 pm, Tony Mechelynck <[email protected]>
wrote:
>
> ":help mkdir()"
> says "not available on all systems"; and the description uses Unix
> protection bits (as in numeric arguments to chmod). I suspect it doesn't
> work on Windows, or not the same way. Windows has "mkdir" (make
> directory, synonymous to "md") in command.com or cmd.exe but AFAIK it
> hasn't got "mkdir -p".
>
It does work on Windows. I've used it before without the "p" and just
tried it with the "p" and it seems to work. That being said...does
Vim's mkdir() return a status indicating success/fail? If not, the
script would need to find a new way to determine that.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---