:::C++ bool = WavePro.findFirst(pattern,buf);
Find the first file in the current directory which matches pattern. Result is returned into buffer pointed to by buf. Returns true on success, or false on failure.
Part of: [Arduino Library]
Wiki: Arduino Library