Hi
As I understood from the help file, the filesearch keyword provides two variable, one being an array that contains the filenames, and the number of files found...
How do I code this?
I tryed:
n=filesearch(files,apppath&"\imageset","*.dll")
this gives me a null reference error..
For the moment the dir is empty, so if should return 0, shouldn't it?
As I understood from the help file, the filesearch keyword provides two variable, one being an array that contains the filenames, and the number of files found...
How do I code this?
I tryed:
n=filesearch(files,apppath&"\imageset","*.dll")
this gives me a null reference error..
For the moment the dir is empty, so if should return 0, shouldn't it?