home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Example Scripts
/
Example Scripts (as text)
/
Finder Scripts
/
Get an alias
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-02
|
222 b
|
7 lines
|
[
TEXT/ToyS
]
tell application "Finder"
if folder "Aliases" of desktop exists then
make alias with data selection at folder "Aliases" of desktop
else
display dialog "Please create an Aliases folder on the desktop"
end if
end tell