From: Enrico Tassi Date: Thu, 6 Mar 2008 15:09:47 +0000 (+0000) Subject: added mkdir X-Git-Tag: make_still_working~5562 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=eca38da92cd16d00e2e25477650c91eee6965b9f;p=helm.git added mkdir --- diff --git a/helm/software/components/hmysql/hSqlite3.ml b/helm/software/components/hmysql/hSqlite3.ml index b8687c5e9..c6ba66c2e 100644 --- a/helm/software/components/hmysql/hSqlite3.ml +++ b/helm/software/components/hmysql/hSqlite3.ml @@ -103,6 +103,7 @@ let quick_connect else db_name in + HExtlib.mkdir (Filename.dirname db_open); let db = Sqlite3.db_open db_to_open in (* attach the REGEX function *) Sqlite3.create_fun2 db "REGEXP"