I meant
The FOLDER keyword specified after the TO keyword identifies the directory in the file system where the file will be written. Note that if the file with this name already exists in the specified folder, it will not be overwritten. Instead another file with the variation of the original name (for example, originalName0) will be created.
So how is it possible to get path of that created file?