|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SearchTreeForFile
The SearchTreeForFile function is used to search a tree for a specified file.
BOOL SearchTreeForFile(
IN LPSTR RootPath, IN LPSTR InputPathName, OUT LPSTR OutputPathBuffer );
Parameters
RootPath
The starting path where SearchTreeForFile begins searching for InputPathName.
InputPathName
The filename that is searched for. A partial path can be included.
OutputPathBuffer
The full path to the filename that is found. This string is not modified if the return value is FALSE.
Return Values
If the function succeeds, the return value is TRUE. If the function fails, then the return value is FALSE. To retrieve extended error information, call GetLastError.
Remarks
The filename contained in InputPathName is searched for beginning at the path specified in RootPath. The maximum path depth that is allowed in the RootPath is 32 directories. When the file is found in the directory tree, the full path to the file is placed in the OutputPathBuffer string. The order of the subdirectory search is defined by the underlying file system.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SearchTreeForFile
Функция SearchTreeForFile использована, чтобы искать дерево для определенного файла.
BOOL SearchTreeForFile(
В LPSTR RootPath, В LPSTR InputPathName, LPSTR OutputPathBuffer );
Параметры
RootPath
Стартовый путь где SearchTreeForFile начинает искать InputPathName.
InputPathName
filename, Который поискан. Частичный путь может быть включен.
OutputPathBuffer
Полный путь в filename, который обнаружен. Эта строка не модифицирована если обратная величина ЛОЖНАЯ.
Обратные Величины
Если функция добивается успеха, обратная величина является ИСТИНОЙ. Если функция терпит неудачу, тогда обратная величина ЛОЖНАЯ. Для того, чтобы извлекать расширенную информацию ошибки, назовите GetLastError.
Замечания
filename Содержащий в InputPathName поискан начало в пути определенном в RootPath. Максимальная глубина пути, которая допущена в RootPath - 32 директория. Когда файл обнаружен в дереве директория, полный путь в файл установлен в строке OutputPathBuffer. Порядок subdirectory поиска определен основной файловой системой.
|
|
|
|
| |