Поиск директорий с помощью FindFirstFileEx

Тема в разделе "WASM.WIN32", создана пользователем asmasm, 25 фев 2006.

  1. asmasm

    asmasm New Member

    Публикаций:
    0
    Регистрация:
    16 янв 2006
    Сообщения:
    69
    Адрес:
    Uzbekistan
    В 4 параметре этой функции передается:



    typedef enum _FINDEX_SEARCH_OPS

    {

    FindExSearchNameMatch,

    FindExSearchLimitToDirectories,

    FindExSearchLimitToDevices

    } FINDEX_SEARCH_OPS;





    В МСДН сказано:



    FindExSearchLimitToDirectories

    This is an advisory flag.

    If the file system supports directory filtering, the function searches for a "file" that matches the specified file name and that is a directory.

    If the file system does not support directory filtering, this flag is silently ignored.



    В NTFS не получается..

    Но в каких ФС существует такая фильтрация?