Check that file exists: Difference between revisions

m
(Go solution)
Line 453:
 
=={{header|Icon}} and {{header|Unicon}}==
{{works with|Unicon}}
Icon doesn't support 'stat'; however, information can be obtained by use of the system function to access command line.
<lang Unicon>every dir := !["./","/"] do {
Anonymous user