Skip to content

Commit 8c16446

Browse files
FileAPIの調整。
1 parent de6a64c commit 8c16446

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes

dConnectDevicePlugin/dConnectDeviceTheta/dConnectDeviceTheta/Classes/DPThetaManager.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ - (NSString*)saveImageFileWithPtpIpObjectInfo:(PtpIpObjectInfo *)ptpIp
427427
NSFileManager *sysFileMgr = [NSFileManager defaultManager];
428428

429429
NSString *dstPath = [self pathByAppendingPathComponent:path];
430-
if ([sysFileMgr fileExistsAtPath:dstPath]) {
431-
return nil;
432-
}
433430
NSData *data = [self getDataWithPtpObject:ptpIp
434431
session:session];
435432
NSString *resultPath = [self.fileMgr createFileForPath:dstPath contents:data];

0 commit comments

Comments
 (0)