cSourceFile
| Syntax |
cSourceFile (f)
|
| Params |
f is the path to C source file on disk.
|
| Action |
Includes a C source file in a web page with clean formatting.
|
| Returns |
A string, the C source file formatted for the web.
|
| Examples |
cSourceFile ("Power HD:Frontier SDK:Sample Code:Minimal Applet:minapp.c") » "<table>\r<tr><td><b><code>File:</b></td><td><code>minapp.c</td>\r<tr><td><b><code>Created:</b></td><td><code>9/8/91; 2:55:01 PM</td>\r<tr><td><b><code>Modified: </b></td><td><code>1/25/96; 10:58:07 PM</td>\r</table>\r<pre>\r/*© copyright 1991-96 User..."
|
| Notes |
This macro is stored at html.data.standardMacros.cSourceFile.
|
| See Also |
include
|