Hi, my patch reads up to thousands of text files on loadbang.
But since there could be some files that hasn't been created yet, so pd prints "can't open XXX.txt, read failed" and it gets really slow doing this.
So I would like to firstly check if the file exists in the folder, so I don't have to read missing files.
Is there anyway to find out the list of files? or if some file exists in the folder? by using relative path?
Thank you in advance!