tell application "Finder"
set currentDir to (target of front Finder window) as text
set result to (do shell script "cd " & (quoted form of POSIX path of currentDir) & "; stat -f '%N ... %z' *")
display dialog result buttons {"OK"} default button 1
end tell