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