Walk a directory/Non-recursively: Difference between revisions

m
(Added BaCon code.)
Line 272:
=={{header|BaCon}}==
This code will print all files in the current directory ".", separated by a newline symbol:
<lang qbasic>PRINT WALK$(".", 1, ".+", FALSE, NL$)</lang>
</lang>
 
=={{header|BASIC}}==
Anonymous user