Re: easy way to check if item is file or folder
Re: easy way to check if item is file or folder
- Subject: Re: easy way to check if item is file or folder
- From: email@hidden
- Date: Wed, 20 Dec 2000 08:09:34 EST
set x to info for file "Macintosh HD:Desktop Folder:File_A"
display dialog "Locked is:" & locked of x as text -- OK!
display dialog "Folder is:" & folder of (info for x) as text x
--i think it needs to be in tell finder block, but not sure