• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Enabling NSButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Enabling NSButton
      • From: Andy Lee <email@hidden>
    • Re: Building Paths (was Enabling NSButton)
      • From: Ricky Sharp <email@hidden>
  • Prev by Date: Re: RS: appendFormat allocation implications
  • Next by Date: Re: SIGTRAP in NSURLConnection
  • Previous by thread: Enabling NSButton
  • Next by thread: Re: Building Paths (was Enabling NSButton)
  • Index(es):
    • Date
    • Thread