Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lang / en_utf8 / help / directorypaths.html
blob924b21c08ee8d1fcd1114163ead2c1e02b06e871
1 <h1>Directory paths</h1>
3 <p>The full syntax of a directory path depends on your operating system:</p>
5 <blockquote>
7 <p>In <b>Windows Systems</b> use something like:
8 <ul>
9 <li>c:\program files\data\moodle</li>
10 <li>c:\documents and settings\moodle\temp\saved</li></p>
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>
21 </blockquote>
23 <p>Note that it's usually a good idea to make sure the directory already exists.
24 Sometimes Moodle can create the directory when required but this is not always possible.</p>
26 <p>Finally, make sure the case is correct (upper vs lower) and never include a trailing slash.</p>