_findfirst compatible function in Solaris

Hi,I am tying to find a function on Solaris which does the same work as _findfirst on NT. Can someone please help me out in this ?Biswadeep.
[168 byte] By [Biswadeep] at [2007-11-25 23:41:44]
# 1
What does _findfirst do on NT?Something like opendir() maybe?
papadopo at 2007-7-5 18:49:18 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
You may implement findfirst() via glob().see man -s 3C glob
IvanVaganov at 2007-7-5 18:49:18 > top of Java-index,Development Tools,Solaris and Linux Development Tools...