MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lang / en_utf8 / help / directorypaths.html
blobcd4b7949946665d2afb9d7d919c5b873eee6a20d
1 <h1>Directory paths</h1>
3 <p>The full syntax of a directory path depends on your operating system:</p>
5 <div class="indent">
7 <p>In <b>Windows Systems</b> use something like:</p>
8 <ul>
9 <li>c:\program files\data\moodle</li>
10 <li>c:\documents and settings\moodle\temp\saved</li>
11 </ul>
14 <p>In <b>Unix Systems</b> use something like:</p>
15 <ul>
16 <li>/usr/data/moodle</li>
17 <li>/home/moodle/tmp/saved</li>
18 </ul>
20 </div>
22 <p>Note that it's usually a good idea to make sure the directory already exists.
23 Sometimes Moodle can create the directory when required but this is not always possible.</p>
25 <p>Finally, make sure the case is correct (upper vs lower) and never include a trailing slash.</p>