@ -128,7 +128,7 @@ config_str yon_dir_get_by_mask(char *path, char *mask, int *size){
lpart = yon_char_divide_search(rpart,"*",-1);
config_str files = NULL;
int found_size;
config_str found_files = yon_dir_get_contents(path,&found_size);
config_str found_files = yon_file_ls(path,&found_size);
if(found_size>0){
int found = 1;
int rfound = 0;