There are some special functions in FitNesse that require you to name a directory path.  You do this with the !path directive.

|!c '''Markup Text'''|!c '''Displays as'''|
|!-!path c:\directory-!|!path c:\directory|

You can also specify all the .jar files in a directory by using a wildcard:
!-!path /usr/javalib/*-!

Paths such as these will be interpreted when tests and suites are executed, or by the !r (see MarkupRun) command to help run commands.  



