Folder test
Folder test
- Subject: Folder test
- From: Brad <email@hidden>
- Date: Mon, 04 Dec 2000 15:30:18 -0800
Hello again,
I have a droplet that process a folder hierarchy.
I want to test to make sure it was a folder and not
something else that was dropped on it.
I tried the following:
*************
if itemPassed is folder then
"do stuff"
else
display dialog
end if
*************
Thanks,
Bradley Giesbrecht