名稱：
	intact_path() - 建立完整目錄。
語法：
	void intact_path(string file);
用法：
	根據字串 file 內的目錄敘述，建立完整的目錄結構(自動 mkdir 所有未產生的子目錄)。
參考：

作者：
	Clode@RevivalWorld
