Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::filesys::ScanFiles Function
C++
FILESYS_PROC int FILESYS_API ScanFiles(CTEXTSTR base, CTEXTSTR mask, void ** pInfo, void __cdecl Process( PTRSZVAL psvUser, CTEXTSTR name, int flags ), int flags, PTRSZVAL psvUser);

ScanFiles usage: base - base path to scan mask - file mask to process if NULL or "*" is everything "*.*" must contain a . pInfo is a pointer to a void* - this pointer is used to maintain internal information... Process is called with the full name of any matching files subcurse is a flag - set to go into all subdirectories looking for files. There is no way to abort the scan...

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!