win32api.FindFiles
list = FindFiles(fileSpec)
Retrieves a list of matching filenames. An interface to the API FindFirstFile/FindNextFile/Find close functions.
Parameters
Win32 API References
Return Value
Returns a sequence of WIN32_FIND_DATA tuples
list = FindFiles(fileSpec)
Retrieves a list of matching filenames. An interface to the API FindFirstFile/FindNextFile/Find close functions.