Rename file

See all posts See thread Reply

Re: Rename file new!
by colin, 13 years, 8 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