Getting file name after processing

See all posts See thread Reply

Re: Getting file name after processing new!
by colin, 17 years, 1 month ago
As per the FAQ:

You can read some class variables after calling $foo->process(). The following ones can be used to get the filename details:
$foo->file_dst_name
$foo->file_dst_name_body
$foo->file_dst_name_ext
$foo->file_dst_path
$foo->file_dst_pathname
Reply