summaryrefslogtreecommitdiff
path: root/module/utils/findresource.mdwn
blob: 437367c77060fadd351667338614dbde614b9c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[[!meta title="Module:utils/findresource"]]
[[!meta author="James Bursa"]]
[[!meta date="2011-01-09T22:37:11Z"]]


[[!toc]] Finds resource files in a
list of locations.

Prefix
------

Does not conform to convention; see header.

Depends on
----------

None.

Description
-----------

This module supplies functions to find files in a list of directories.
This is used to load resource files, for example looking in the home
directory first, and then other standard locations.

Files
-----

utils/findresources.h
:   Interface
utils/findresources.c
:   Implementation

[[!inline raw=yes pages="Module:Index"]]