This commit is contained in:
Theofrastos Mantadelis 2010-09-24 12:35:01 +02:00
parent 42fc10cf58
commit a48d3195b2

View File

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