Filename Property
Path and name of the file to be written to disk by the BuildFile method.
Object Oriented Interface
public function getFilename(); public function setFilename($value);
Procedural Interface
inpay_check21_get($res, 34 ); inpay_check21_set($res, 34, $value );
Default Value
''
Remarks
If Filename is blank, the BuildFile method will create the file in-memory and store it in the FileData property.
When using the BuildAndUploadFile method, Filename is used slightly different. If a path and filename is specified, the file will be written to disk and uploaded to the FTPRemoteHost. If Filename contains only a path (and ends in "/" or "\"), that directory will be used to store temporary files before uploading to the FTPRemoteHost. If Filename is blank the system temp directory will be used. All temporary files are deleted after a successful upload.
Data Type
String