2 lines
153 B
AppleScript
2 lines
153 B
AppleScript
tell application "Finder" to return name of every item in (startup disk)
|
|
--> EXAMPLE RESULT: {"Applications", "Developer", "Library", "System", "Users"}
|