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?
C:\Users\Downloads
You can use get_dir() function for this task. Read more about it here. In general Pike has fairly ok documentation under above url.
get_dir()