All Classes |Grouped Classes |Index

Function scan

Selects the directory to scan through.

	bool CL_DirectoryScanner::scan(
		const CL_String & pathname);

	bool CL_DirectoryScanner::scan(
		const CL_String & pathname,
		const CL_String & pattern);

Detailed description:

Selects the directory to scan through and use a matching pattern on the files.

WIN32: The pattern is normal DOS pattern matching ("*.*", ?) Unix: The pattern is normal pattern matching (*, ?)