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