We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6a64c commit 8c16446Copy full SHA for 8c16446
1 file changed
dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes/DPThetaManager.m
@@ -427,9 +427,6 @@ - (NSString*)saveImageFileWithPtpIpObjectInfo:(PtpIpObjectInfo *)ptpIp
427
NSFileManager *sysFileMgr = [NSFileManager defaultManager];
428
429
NSString *dstPath = [self pathByAppendingPathComponent:path];
430
- if ([sysFileMgr fileExistsAtPath:dstPath]) {
431
- return nil;
432
- }
433
NSData *data = [self getDataWithPtpObject:ptpIp
434
session:session];
435
NSString *resultPath = [self.fileMgr createFileForPath:dstPath contents:data];
0 commit comments