名稱：
	deep_path_list() - 傳回整個目錄的所有檔案絕對路徑。
語法：
	string *deep_path_list(string root);
用法：
	取得目錄 root 中所有的子目錄與檔案的絕對路徑。
參考：

作者：
	Clode@RevivalWorld
