Check that file exists: Difference between revisions

Content added Content deleted
(Removed the renaming of the REXX entry back to the original header, there is no CLASSIC REXX (as such) header in Rosetta Code. Please don't rename language headers.)
m (→‎{{header|PARI/GP}}: Added language to template)
Line 944: Line 944:


=={{header|PARI/GP}}==
=={{header|PARI/GP}}==
{{incomplete|Needs to check directories and the filesystem root.}}
{{incomplete|PARI/GP|Needs to check directories and the filesystem root.}}
<lang parigp>trap(,"does not exist",read("input.txt");"exists")</lang>
<lang parigp>trap(,"does not exist",read("input.txt");"exists")</lang>