We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd860ef commit 468ee25Copy full SHA for 468ee25
1 file changed
dConnectDevicePlugin/dConnectDeviceHost/dConnectDeviceHost/Classes/profile/DPHostFileProfile.m
@@ -169,7 +169,7 @@ - (instancetype)init
169
BOOL isExtension = ([dstNewPath pathExtension] && [dstNewPath pathExtension].length > 0)?YES:NO;
170
if (![sysFileMgr fileExistsAtPath:dstNewPath isDirectory:&isDirectory]
171
&& !isExtension && !isDirectory) { //拡張子がない存在しないファイルが指定された場合
172
- [response setErrorToInvalidRequestParameterWithMessage:@"NewPath not exist."];
+ [response setErrorToInvalidRequestParameterWithMessage:@"NewPath has unsupported filename extension."];
173
return YES;
174
} else if ([sysFileMgr fileExistsAtPath:dstNewPath isDirectory:&isDirectory]
175
&& ![[dstNewPath pathExtension] isEqualToString:@""] && !forceOverwrite) {
0 commit comments