About: Recreate tempfile directory   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Unfortunately, Vim's error reporting when this happens may not identify the missing directory path; for example: :hardcopy E324: Can't open PostScript output file Fortunately, it is easy to determine the temporary file directory path: :echo tempname() /tmp/v012345/67 or even to recreate it, without ever leaving Vim: :call mkdir(fnamemodify(tempname(),':h'),'p',0700)

AttributesValues
rdfs:label
  • Recreate tempfile directory
rdfs:comment
  • Unfortunately, Vim's error reporting when this happens may not identify the missing directory path; for example: :hardcopy E324: Can't open PostScript output file Fortunately, it is easy to determine the temporary file directory path: :echo tempname() /tmp/v012345/67 or even to recreate it, without ever leaving Vim: :call mkdir(fnamemodify(tempname(),':h'),'p',0700)
Version
  • 7(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 1602(xsd:integer)
Author
  • Egr10whois
Subpage
  • /200808
Complexity
  • basic
Created
  • 2008-08-27(xsd:date)
ID
  • 1603(xsd:integer)
NEXT
  • 1604(xsd:integer)
abstract
  • Unfortunately, Vim's error reporting when this happens may not identify the missing directory path; for example: :hardcopy E324: Can't open PostScript output file Fortunately, it is easy to determine the temporary file directory path: :echo tempname() /tmp/v012345/67 or even to recreate it, without ever leaving Vim: :call mkdir(fnamemodify(tempname(),':h'),'p',0700)
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software