Changes between Initial Version and Version 1 of Ticket #14037, comment 9
- Timestamp:
- May 26, 2018, 7:53:10 AM (7 years ago)
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?).1 The 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?). 2 2 3 3 We should write docs for BPathFinder, however!