|  | @@ -416,7 +416,7 @@ class RNFetchBlobFS {
 | 
	
		
			
			| 416 | 416 |              File dest = new File(path);
 | 
	
		
			
			| 417 | 417 |              File dir = dest.getParentFile();
 | 
	
		
			
			| 418 | 418 |  
 | 
	
		
			
			| 419 |  | -            if(!dest.)()) {
 | 
	
		
			
			|  | 419 | +            if(!dest.exists()) {
 | 
	
		
			
			| 420 | 420 |                  if(dir != null && !dir.exists()) {
 | 
	
		
			
			| 421 | 421 |                      if (!dir.mkdirs()) {
 | 
	
		
			
			| 422 | 422 |                          callback.invoke("ENOTDIR", "Failed to create parent directory of '" + path + "'");
 |