Changes between Initial Version and Version 1 of Ticket #14037, comment 9


Ignore:
Timestamp:
May 26, 2018, 7:53:10 AM (6 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14037, comment 9

    initial v1  
    1 The correct way to handle this is to use BPathFinder / find_path, which use a different set of constants. The whole find_directory API will be deprecated at some point (likely in R2, and then removed in R3?).
     1The correct way to handle this is to use BPathFinder / find_path, which use a different set of constants (B_FIND_PATH_*, defined in https://git.haiku-os.org/haiku/tree/headers/os/storage/FindDirectory.h#n134). The whole find_directory API will be deprecated at some point (likely in R2, and then removed in R3?).
    22
    33We should write docs for BPathFinder, however!