On Friday, December 14, 2012 6:57:59 AM UTC-6, niva wrote:
> Hi,
>
> Is it possible to remove directory from Vim command.
>
> I don't see it in the help. Just "delete(" for files.
>
> I would like to avoid using system( and call del system command under Seven.
>
> Thanks
I don't think it's possible with a built-in Vim command. You'll need to use
system() with del and/or rmdir.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php