(* directory listing*)
set thePath to "/"
set ergebnis to (do shell script "ls -al "&thePath&" | awk '{print $9}'") as string
(* directory listing*)
set thePath to "/"
set ergebnis to (do shell script "ls -al "&thePath&" | awk '{print $9}'") as string