Whats wrong with my code?
Whats wrong with my code?
- Subject: Whats wrong with my code?
- From: Luke Sands <email@hidden>
- Date: Tue, 30 Oct 2001 23:55:21 +0000
Cocoa Experts!
Sorry to keep asking, simple I'm sure, questions but what the hells
wrong with my code.....
- (IBAction)myAction:(id)sender
{ NSString *path = @"/Volumes/Hannibal";
[[NSWorkspace sharedWorkspace] unmountAndEjectDeviceAtPath:path];
}
@end
Thanks again
Luke