@@ -45,7 +45,7 @@ namespace GFGGame
//path = "/sdcard/DCIM/";
- path = Application.persistentDataPath + "/../../../../DCIM/";
+ path = Application.persistentDataPath + "/../../../../DCIM/Gfg/";
#endif
//判断目录是否存在,不存在则会创建目录
if (!Directory.Exists(path))