I apologize if this is too often asked. I've just spent way too much time looking for an answer to no avail.
I'm doing some major documentation that is split into various files. I want to create a variable with the directory path in it to enable easy movement of the files to a different location when/if necessary.
How do I define a variable `path' ($path ?) so the string I define it to be is used in a reference? Currently, my references look like:
<a href="{$path}/file.html">
I realize that this may not even be the correct format. If it isn't, then I also need to know how to reference it.
Thanks much--
Judith
I'm doing some major documentation that is split into various files. I want to create a variable with the directory path in it to enable easy movement of the files to a different location when/if necessary.
How do I define a variable `path' ($path ?) so the string I define it to be is used in a reference? Currently, my references look like:
<a href="{$path}/file.html">
I realize that this may not even be the correct format. If it isn't, then I also need to know how to reference it.
Thanks much--
Judith
Comment