2

I have a project in school using pike language.
I've never used it before and I have a question:
How do I get a list of file names from a given path?

For example:
How do I get all the files in C:\Users\Downloads?

zx485
  • 28,498
  • 28
  • 50
  • 59
shani m
  • 21
  • 1

1 Answers1

0

You can use get_dir() function for this task. Read more about it here. In general Pike has fairly ok documentation under above url.

grodzik
  • 264
  • 3
  • 10