On Tue, Jul 14, 2009 at 10:12 AM, Ben Fritz wrote: > > > > On Jul 13, 11:57 pm, Tony Mechelynck 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.
Yeah, it definitely works properly on at least windows, linux, and OS X. > 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. No, but the script can determine that with getftype(). ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
