delete_file changed in 6.3.

This commit is contained in:
Vitor Santos Costa 2011-09-20 14:50:24 +01:00
parent 00d8c79473
commit ff84eaf782

View File

@ -229,7 +229,7 @@
%======================================================================== %========================================================================
delete_file_silently(File) :- delete_file_silently(File) :-
delete_file(File), catch(delete_file(File),_,fail),
!. !.
delete_file_silently(_). delete_file_silently(_).