• 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: If folder does not exist ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: If folder does not exist ...


  • Subject: RE: If folder does not exist ...
  • From: email@hidden
  • Date: Tue, 11 Jun 2002 18:34:16 EDT

sample for OS 9.x:
IF folder ((path to desktop as string) & "MyFiles") exists then
-- do nothing
ELSE
-- create the folder
end if

should be able to do the inverse by:

IF NOT (folder ((path to desktop as string) & "MyFiles") exists) then
-- create the folder
end if

Best Wishes,
Marc Glasgow
_______________________________________________
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: script, do script
  • Next by Date: Re: FileMaker Scripting (Text Formatting)
  • Previous by thread: Re: If folder does not exist ...
  • Next by thread: Re: If folder does not exist ...
  • Index(es):
    • Date
    • Thread