函数简介:
判断指定目录是否存在.
函数原型: long IsFolderExist (folder)
参数定义:
folder 字符串: 目录名
返回值: 整形数: 0 : 不存在 1 : 存在
示例: TracePrint dm.IsFolderExist("c:\test_game")