TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Use of filenames/pathways in docs. From:Laurie Rubin <lmr -at- SYL -dot- NJ -dot- NEC -dot- COM> Date:Mon, 16 Jan 1995 09:53:47 -0500
I usually go by the standard of the operating system that is running the
software and that contains the files. One example of a generic form with the
variables for pathname and filename:
<pathname>/<filename>
And then you define the two variables:
Where <pathname> is the complete path to the directory
containing the file.
Where <filename> is the name of the file.
Laurie