dbipg_remove_files - テンポラリファイルや、エクスポートしたファイル、 アップロードされたファイルを削除する
$ dbipg_remove_files conffile
データを全て消去した場合に、不必要になるファイルを削除する。 各ディレクトリについて、ファイルを削除する前に問い合わせを行う。 具体的には、次のファイルを削除する :
* $dbi->{global}{export_file}{*} 内の .html ファイル * $dbi->{global}{filetype}{dir} 内の全ファイル * $dbi->{global}{filetype}{tmpdir} 内の全ファイル * $dbi->{global}{filetype}{pooldir} 内の全ファイル * $dbi->{global}{tmpdir} 内の全ファイル
DBIPgSystem, DBIPgSystem::DB
Copyright (C) 2002 The Nagoya University Consumers' Co-operative Association
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the following URL for more details: http://www.gnu.org/licenses/gpl.txt
Written by Kenji Nakahira <nakahira@coop.nagoya-u.ac.jp>