export_include_file_location(fname,location)

From ENIGMA
Revision as of 12:30, 15 July 2013 by RobertBColton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Exports the included file with the given name to the given location.

Parameters

Parameter Data Type Description
fname string the file name of the included file to export
location string the location to export the included file to, must contain the file name as well

Return Values

void: This function does not return anything.

Example Call

// demonstrates exporting an included file to a specific location
export_include_file_location("includefile", "location/to/export/myfile");