fix bsolute_file_name for directories (obs from Paulo Moura).
This commit is contained in:
@@ -4469,7 +4469,9 @@ Defines extensions. Current mapping: @code{txt} implies @code{['']},
|
||||
@code{['.so', '']}, @code{qlf} implies @code{['.qlf', '']} and
|
||||
@code{directory} implies @code{['']}. The file-type @code{source}
|
||||
is an alias for @code{prolog} for compatibility to SICStus Prolog.
|
||||
See also @code{prolog_file_type/2}.
|
||||
See also @code{prolog_file_type/2}. Notice also that this predicate only
|
||||
returns non-directories, unless the option @code{file_type(directory)} is
|
||||
specified, or unless @code{access(none)}.
|
||||
|
||||
@item file_errors(@code{fail}/@code{error})
|
||||
If @code{error} (default), throw and @code{existence_error} exception
|
||||
|
Reference in New Issue
Block a user