Friday, October 22, 2010

Re: WinXP - E484 Can't open file

Reply to message «RE: WinXP - E484 Can't open file»,
sent 02:25:51 23 October 2010, Saturday
by John Beckett:

> For testing, what happens when you do this:
> :exec 'e '.tempname()
It looks like name of temporary file contains spaces, so do not try using
`tempname()' like this, it will fail. Use
:execute "e ".fnameescape(tempname())

No comments: