Re: Enabling NSButton
Re: Enabling NSButton
- Subject: Re: Enabling NSButton
- From: Rob Campanaro <email@hidden>
- Date: Sat, 02 Jun 2007 22:08:44 -0400
- Thread-topic: Enabling NSButton
Sorry,
I just realized the subject field in my last post was wrong. My question had
nothing to do with enabling NSbuttons. It also occurred to me that I should
probably provide an example of exactly what I'm attempting to do.
What I have so far is:
NSString *theComponent = "LAC42001.qxp";
NSString *compID = [theComponent subStringToIndex:3];
NSString *compIDFolder = [theComponent subStringToIndex:5];
NSString *originPath =
"/Users/mktrca/Desktop/Production/compID/compIDFolder/theComponent";
NSString *destPath = "/Users/mktrca/Desktop/preflight/theComponent";
NSFileManager *nSFM = [nSFM defaultManager];
[nSFM copyPath: originPath toPath: destPath handler:nil];
Obviously the concatenation is being done incorrectly.
Hope that makes sense.
Thanks.
--
Rob Campanaro
265 Thia Court
Coatesville, PA 19320
610-350-9968
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden