• 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: How to rename a filename in uppercase
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to rename a filename in uppercase


  • Subject: Re: How to rename a filename in uppercase
  • From: "Simone Tessaro" <email@hidden>
  • Date: Sun, 20 Jan 2008 20:27:52 +0100

2008/1/20, Mike Abdullah <email@hidden>:
>
> On 20 Jan 2008, at 17:36, Simone Tessaro wrote:
>
> > Hi,
> > i've a question. I'm trying to write some code that make a filename in
> > uppercase. i wrote a thing like that:
> > [defaultManager movePath:@"foo.txt" toPath:@"FOO.txt" handler:nil];
>
> What happens if you implement a handler? Any indication of why it
> might be failing?

I did it. and this is the result:
{Error = "Already Exists"; Path = "/Users/username/Desktop/foo.txt"; }

so the problem could be something about the case-sensitiveness.

> >
> >
> > this code doesn't work because cocoa seems to be case-sensitive and
> > this method is useless for my pourpose. So, i need a method like the
> > unix mv, in fact if i use the command mv foo.txt FOO.txt , everything
> > is allright.
> > Someone have a smart idea to do this? Or i need to use two renaming?
> > Like this (a very bad idea):
> > [defaultManager movePath:@"foo.txt" toPath:@"temp.txt" handler:nil];
> > [defaultManager movePath:@"temp.txt" toPath:@"FOO.txt" handler:nil];
>
> Well does this actually work for you if you try it?

Nothing. but i think there's a better solution.. more elegant

Thanks

S.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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: How to rename a filename in uppercase
      • From: Gerd Knops <email@hidden>
References: 
 >How to rename a filename in uppercase (From: "Simone Tessaro" <email@hidden>)
 >Re: How to rename a filename in uppercase (From: Mike Abdullah <email@hidden>)

  • Prev by Date: Re: "Convert to Objective-c 2.0"
  • Next by Date: Re: How to rename a filename in uppercase
  • Previous by thread: Re: How to rename a filename in uppercase
  • Next by thread: Re: How to rename a filename in uppercase
  • Index(es):
    • Date
    • Thread