On Nov 1, 2013 12:04 AM, "shawn wilson" <[email protected]> wrote: > > I see filereadable() and filewritable() but I don't see how to do that > with a directory. My problem is that our vimrc specifies a swpfile > directory which is fine for users created with skel, but if it's not > present (for root or users not created with skel) I'd like it to not > error and require :w! and the like to function.
filewriteable() is what should be used to check whether directory is writeable: reread its documentation. I do not know any equivalents to filereadable() for directories. > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
