How determine if a file is locked?
Submitted by Saturday, 18 February, 2006 - 22:17
on
One of my macros saves open buffers, but it pops up an error message anytime it tries to save a file that is in use by another process, and I'd like to avoid that error message, by not trying to say that particular buffer. Is there a way to check a buffer and see if it is being used by another process?