Rename file

See all posts See thread Reply

Re: Rename file new!
by Mitchel, 14 years, 2 months ago
Sorry, i couldn't find my old topic.

I dont get the answer at my last question.
How can i put the new name in to the database?

I know how to put thing in the database but how do i get the final name from $foo?

Thanks.Reply
Re: Rename file new!
by colin, 14 years, 2 months ago
After calling process(), you can just read one of the following variables:

  • file_dst_path: Destination file path

  • file_dst_name_body: Destination file name body

  • file_dst_name_ext: Destination file extension

  • file_dst_name: Destination file name

  • file_dst_pathname: Destination file complete path and name



Hint: it's all in the docs!Reply