• 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: Reading Folder Names
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Reading Folder Names


  • Subject: RE: Reading Folder Names
  • From: Samuel Nitsche <email@hidden>
  • Date: Wed, 2 Oct 2002 09:45:33 +0200

Hi

Please tell me WHICH Folder name you want to get.
There are some ways to get the folder name.
For example, there is a nice way (I think the best and most flexible) with
the appleScript Item-Delimiters:

set theSourceFolder to choose folder --This is the complete Path to the
folder
set oldDelims to AppleScript's text item delimiters
set AppleScript's text item delimiters to ":"
set theFolder to text item 2 of theSourceFolder --Now you can get every
Folder of the Path (Because Folders are divided with :) and you can easily
get the Name of the Folder you want by getting text Item 2, 3 etc. You can
also count the text items and get the last in this way. You'll need some
trying to get the right result, but remember: Apple Scripting is trying and
get experience!!
set AppleScript's text item delimiters to oldDelims --Set the delimiters
back to the original

I hope I could help you a bit. I think you should get all information you
need.

> ----------
> Von: email@hidden
> Gesendet: Dienstag, 1. Oktober 2002 20:43 Uhr
> An: Samuel Nitsche
> Betreff: RE: Reading Folder Names
>
>
> Here is what i have so far:
> on adding folder items to this_folder after receiving added_items
> set Fname to (name of added_items)
> if Fname is equal to "NYC" then
> tell application "Finder" to duplicate added_items to folder
> "IB_NewYork" of folder "User Mailboxes" of folder "MassTransit 4.0 Folder"
> of folder "Applications (Mac OS 9)" of startup disk with replacing
> tell application "Finder" to delete every item of this_folder
>
> else
> tell application "Finder" to duplicate added_items to folder "To
> Cin" of desktop with replacing
> tell application "Finder" to delete every item of this_folder
> end if
> end adding folder items to
>
>
>
>
> Samuel Nitsche
>
> <email@hidden> To:
>
> Sent by:
> "'email@hidden'"
> applescript-users-admin@lists
> <email@hidden>
> .apple.com cc:
>
> Subject: RE:
> Reading Folder Names
>
>
> 10/01/02 01:00 PM
>
>
>
>
>
>
>
>
>
> Hi
>
>
>
> Could you please post your Script or describe a bit better that I can help
> you?
>
> I have some Ideas to help you - I've once had the same problems. But I
> should have more Information about the Script.
>
>
>
> Greetz Pesse
>
>
>
> P.S. I will be back in about 12 hours - have to go now.....
> _______________________________________________
> applescript-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/applescript-users
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Adding a message to a mailbox in Mail
  • Next by Date: Re: Create a person in Address Book
  • Previous by thread: RE: Reading Folder Names
  • Next by thread: AppleScript gossip from Mac OS X Conference
  • Index(es):
    • Date
    • Thread