/ Published in: Other
Expand |
Embed | Plain Text
function renameFile () { this["filePointer"] = new File(inputFolder + "/" + docRef.name); this.filePointer.rename( this.familyNumber+"-"+ this.clientNumber+" "+ this.contentCode+" "+ this.keywordsfilename+"."+ this.photoshootFileNameExtension ); return this; }
You need to login to post a comment.
