Hi,
I'm using [folder_list] to perform the following tasks:
directory is empty)
However, when the file does not exist or the directory of which I'm getting the list is empty, it prints an error message on the console. The test works, but I need to avoid printing error messages when there's no error to worry about.
Is there another way of getting a directory list without printing an error message to the console if the list is empty?
Thanks m.