/usr/local/lib/swipl/library/edinburgh.pl
All Application Manual Name SummaryHelp

  • swipl
    • library
      • error.pl
      • debug.pl
      • apply.pl -- Apply predicates on a list
      • lists.pl
      • broadcast.pl
      • shlib.pl
      • option.pl -- Option list processing
      • thread_pool.pl
      • gensym.pl
      • settings.pl -- Setting management
      • arithmetic.pl
      • main.pl
      • readutil.pl -- Read utilities
      • operators.pl
      • pairs.pl -- Operations on key-value lists
      • prolog_source.pl
      • record.pl
      • quasi_quotations.pl -- Define Quasi Quotation syntax
      • pure_input.pl -- Pure Input from files and streams
      • solution_sequences.pl
      • ordsets.pl -- Ordered set manipulation
      • random.pl -- Random numbers
      • base64.pl
      • aggregate.pl -- Aggregation operators on backtrackable predicates
      • yall.pl
      • sandbox.pl
      • apply_macros.pl -- Goal expansion rules to avoid meta-calling
      • assoc.pl
      • prolog_format.pl -- Analyse format specifications
      • predicate_options.pl -- Access and analyse predicate options
      • csv.pl -- Process CSV (Comma-Separated Values) data
      • pprint.pl
      • atom.pl
      • modules.pl
      • occurs.pl
      • prolog_xref.pl
      • prolog_colour.pl
      • lazy_lists.pl
      • ugraphs.pl
      • url.pl -- Analysing and constructing URL
      • www_browser.pl
      • prolog_pack.pl -- A package manager for Prolog
      • git.pl
      • rbtrees.pl
      • dif.pl
      • charsio.pl
      • prolog_stack.pl
      • edinburgh.pl -- Some traditional Edinburgh predicates
        • display/1
        • display/2
        • unknown/2
        • reconsult/1
        • debug/0
        • nodebug/0
        • fileerrors/2
      • prolog_clause.pl
      • prolog_breakpoints.pl -- Manage Prolog break-points
      • wfs.pl
      • dialect.pl
      • prolog_code.pl -- Utilities for reasoning about code
      • sort.pl
      • iostream.pl -- Utilities to deal with streams
      • dicts.pl
      • varnumbers.pl -- Utilities for numbered terms
      • base32.pl
      • codesio.pl
      • coinduction.pl
      • date.pl
      • heaps.pl
      • statistics.pl
      • terms.pl -- Term manipulation
      • utf8.pl
      • when.pl
      • backcomp.pl
      • prolog_codewalk.pl
      • listing.pl
      • prolog_metainference.pl -- Infer meta-predicate properties
      • increval.pl
      • tables.pl
      • ctypes.pl -- Character code classification
      • make.pl
      • check.pl -- Consistency checking
      • prolog_wrap.pl
      • writef.pl -- Old-style formatted write
      • prolog_profile.pl
      • prolog_coverage.pl
      • prolog_jiti.pl
      • thread.pl
      • threadutil.pl -- Interactive thread utilities
      • portray_text.pl
      • quintus.pl
      • hashtable.pl
      • ansi_term.pl -- Print decorated text to ANSI consoles
      • qsave.pl -- Save current program as a state or executable
      • zip.pl
      • prolog_versions.pl -- Demand specific (Prolog) versions
      • strings.pl
      • prolog_autoload.pl -- Autoload all dependencies
      • optparse.pl
      • prolog_debug.pl -- User level debugging tools
      • prolog_history.pl
      • prolog_config.pl
      • streams.pl
      • persistency.pl
      • system.pl -- System utilities
      • explain.pl
      • edit.pl
      • shell.pl -- Elementary shell commands
      • files.pl
      • macros.pl
      • intercept.pl
      • help.pl
      • exceptions.pl -- Exception classification
      • oset.pl
 fileerrors(-Old, +New) is det
Query and change the fileerrors flag. Default it is set to true, causing file operations to raise an exception. Setting it to false activates the old Edinburgh mode of silent failure.
deprecated
- New code should use catch/3 to handle file errors silently