This commit is contained in:
Theofrastos Mantadelis 2010-09-24 12:35:01 +02:00
parent 42fc10cf58
commit a48d3195b2
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ init_global_params :-
% on initialization, the current dir is the one where the user's file is located
% should be changed to use temporary folder structure of operating system
%%%%%%%%%%%%
tmpname(TempFolder),
tmpnam(TempFolder),
atomic_concat([TempFolder, '_problog'], TempProblogFolder),
problog_define_flag(dir, problog_flag_validate_directory, 'directory for files', WorkDir, TempProblogFolder),
check_existance('problogbdd').