1 <h1>Directory paths
</h1>
3 <p>The full syntax of a directory path depends on your operating system:
</p>
7 <p>In
<b>Windows Systems
</b> use something like:
</p>
9 <li>c:\program files\data\moodle
</li>
10 <li>c:\documents and settings\moodle\temp\saved
</li>
14 <p>In
<b>Unix Systems
</b> use something like:
</p>
16 <li>/usr/data/moodle
</li>
17 <li>/home/moodle/tmp/saved
</li>
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>