Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. OSStatus FSMountServerVolumeSync (
  2. CFURLRef url,
  3. CFURLRef mountDir,
  4. CFStringRef user,
  5. CFStringRef password,
  6. FSVolumeRefNum *mountedVolumeRefNum,
  7. OptionBits flags
  8. );
  9.  
  10. NSString* cmd = @"choose URL";
  11.  
  12. NSString* cmd = @"tell application "Finder" to activatendelay 0.2ntell application "System Events" to keystroke "k" using command down";
  13.  
  14. NSAppleScript* theScript = [[NSAppleScript alloc] initWithSource:cmd];
  15. [theScript executeAndReturnError:nil];
  16. [theScript release];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement