No subject


Sat Jul 23 11:19:03 CEST 2011


  #include <dirent.h>

  int scandir(const char *dir, struct dirent ***namelist,
        int(*select)(const struct dirent *),
        int(*compar)(const struct dirent **, const struct dirent**));

  int alphasort(const void *a, const void *b);
  int versionsort(const void *a, const void *b);

so defining an alphasort function returning 1 may solve it for you, but
I don't know if solaris has scandir... Thinking about it, probably not
if you don't have alphasort.

	Jasper

-- 
IRC channel: #xfce on irc.openprojects.net



More information about the Xfce mailing list