• 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 determine if a folder exists on a system?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to determine if a folder exists on a system?


  • Subject: Re: How to determine if a folder exists on a system?
  • From: "Mark J. Reed" <email@hidden>
  • Date: Wed, 8 Jul 2009 16:01:43 -0400

On Wed, Jul 8, 2009 at 3:53 PM, Emmanuel LEVY<email@hidden> wrote:
> Just to remind those who might feel concerned that mkdir can yield
> unpredictible results if the path you want to "mk" includes a symbolic link.
> That is, don't try to mkdir /foo/bar/nonexistingfolder/ if foo is really a
> symbolic link to some folder. So, to be 100% safe, mkdir should be used only
> one level at a time.

What is this inconsistency of what you speak?  IME mkdir traverses the
link and creates the new directory in the target.  That would seem to
be the correct behavior. We certainly don't want to remove the link
and create a new directory in its place that's empty except for the
new dir being created...

Anyway, how do you propose to solve it by going one level at a time?
It seems you get exactly the same behavior unless you insert an
explicit test for symbolic links.

--
Mark J. Reed <email@hidden>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to determine if a folder exists on a system?
      • From: Emmanuel LEVY <email@hidden>
References: 
 >How to determine if a folder exists on a system? (From: "OSullivan, Steven" <email@hidden>)
 >Re: How to determine if a folder exists on a system? (From: "Mark J. Reed" <email@hidden>)
 >Re: How to determine if a folder exists on a system? (From: Emmanuel LEVY <email@hidden>)

  • Prev by Date: Re: How to determine if a folder exists on a system?
  • Next by Date: Re: How to determine if a folder exists on a system?
  • Previous by thread: Re: How to determine if a folder exists on a system?
  • Next by thread: Re: How to determine if a folder exists on a system?
  • Index(es):
    • Date
    • Thread