| 
					
				 | 
			
			
				@@ -43,7 +43,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int index = Application.persistentDataPath.IndexOf("Android"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             path = index < 0 ? path : Application.persistentDataPath.Substring(0, index); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            path = "file://sdcard/DCIM/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path = "jar:file:///sdcard/DCIM/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //判断目录是否存在,不存在则会创建目录 
			 |