nfv_file
Returns a file in the nfvault folder
Syntax
stock nfv_file(const filename[], filepath[]="", const size=0) {
Usage
| filename | The filename and extension of the file. |
| filepath | The entire path, filename and extension of the file is returned if size is > 0. |
| size | The size to fill filepath with. Set to 0 to ignore. |
Return
Returns — string containing the nfvault file.
Defined in
nfvault.inc
at line 2902
.
This documentation was automatically generated from source.