Hello,
is it possible to list different directory contents from different threads in the same time?
I mean: let's suppose, I have directory "a" and directory "b". I am able to list directory content using "fx_directory_local_path_set" and "fx_directory_first_entry_find" and "fx_directory_next_entry_find". But I can not this in same time from different threads.
If possible, I would like to be able to run Thread_A that list directory "a" content in the same time that "Thread_B" is listing directory "b" content.
Thank you