4coder»Forums
Raytio
56 posts / 1 project
[fixed] get_file_list behavior
Edited by Raytio on
What is the default behavior for the get_file_list api on windows.

Should the endpoint of the passed in path be the directory of the files.

Its not working for me on my machine I get only itself back in the the infos header.

Am I missing something in your docs?

Never mind I had an off by one error in the length I was passing in.
Allen Webster
476 posts / 6 projects
Heyo
[fixed] get_file_list behavior
Hmmm... maybe I ought to clean that behavior up a little bit. It sounds like it would have saved you some time if the File_List you got back was null when the directory doesn't fit the right format. I'm going to tinker with it when I get around to it.

Glad it worked out for you!
Raytio
56 posts / 1 project
[fixed] get_file_list behavior
Yeah some easy way to tell that I was not getting a valid result might have helped but im not blaming you for my error hehe.