set PsxPath to paragraphs of (do shell script \"mdfind -onlyin / 'kMDItemContentType == \\"com.apple.applescript.script\\"c'\")
(*
-- Or for HFS paths, convert:
set HFSPath to {}
repeat with F in PsxPath
set HFSPath's end to POSIX file F as Unicode text
end repeat
*)
It looks like you're new here. If you want to get involved, click one of these buttons!