System:File:useFile

From Aspen Documentation

Sets a specific file for use with the rest of the file functions (except upload).

Since 1.0

Arguments

void useFile ( $filepath)

filepath
File system path to the file for use.

Returns

This function does not return any value.

Examples

Example:

$this->APP->file->useFile('/path/to/file.xml');