记录
//将路径传入
NSURL *url = [NSURL fileURLWithPath:self.AppPathTextField.stringValue];
[[NSWorkspace sharedWorkspace] performSelector:@selector(openURL:) withObject:url afterDelay:0.11];
记录
//将路径传入
NSURL *url = [NSURL fileURLWithPath:self.AppPathTextField.stringValue];
[[NSWorkspace sharedWorkspace] performSelector:@selector(openURL:) withObject:url afterDelay:0.11];