haiku/headers/os/storage
Ingo Weinhold 986e4abce4 Add new API find_path[s](), find_path_for_path()
The new functions are meant to replace many uses of find_directory():
* find_paths() is supposed to be used when the directories of a certain
  kind in all installation directories are needed (e.g. font
  directories, add-on directory, etc.). Using this API makes code
  robust wrt addition or removal of installation locations.
* find_path() is supposed to be used when files/directories associated
  with a loaded program, library, or add-on need to be found (e.g. data
  files or global settings).
* find_path_for_path() is similar to find_path(), but it starts from a
  given path instead of an image.
2013-11-05 21:40:43 +01:00
..
AppFileInfo.h Add app filename localization catalog entry support to BAppFileInfo, registrar and mimeset. Need help to understand why the build-version of UpdateMimeInfoThread.cpp does not compile with the added code, currently commented out. Sorry about the arbitrary B_MIME_TYPE_LENGTH*3. Advice and review welcome. 2011-03-07 15:14:46 +00:00
Directory.h
DiskDeviceDefs.h DriveSetup: 2010-10-24 03:39:19 +00:00
Entry.h Added BEntry::Name() method. 2012-11-12 23:56:23 +01:00
EntryList.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
File.h Add BFile documentation to the Haiku Book. 2012-12-22 15:01:17 -05:00
FilePanel.h
FindDirectory.h Add new API find_path[s](), find_path_for_path() 2013-11-05 21:40:43 +01:00
Mime.h Move B_MIME_STRING_TYPE to <TypeConstants.h> 2011-11-25 06:19:24 +01:00
MimeType.h Pull class AppMetaMimeCreator out of CreateAppMetaMimeThread 2013-05-08 01:08:16 +02:00
Node.h Add node_ref::operator < 2013-08-06 00:40:29 +02:00
NodeInfo.h Move documentation from NodeInfo into the API docs. 2013-02-07 23:17:01 -05:00
NodeMonitor.h Moved NodeMonitor docs to Haiku Book. 2013-02-08 20:39:35 -05:00
Path.h Move documentation from Path.cpp to Path.dox 2013-02-09 00:39:53 -05:00
Query.h Move BQuery docs into Haiku Book. 2013-02-14 19:36:33 -05:00
Resources.h Move resources docs to Haiku Book 2013-02-18 18:14:10 -05:00
ResourceStrings.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
Statable.h
StorageDefs.h
SymLink.h Add BSymLink class docs to Haiku Book 2013-02-20 16:20:53 -05:00
Volume.h Move BVolume docs to the Haiku book 2013-02-21 20:15:53 -05:00
VolumeRoster.h Move BVolumeRoster docs to Haiku Book. 2013-02-22 18:11:14 -05:00