fileName | String The absolute path name of the file to be copied. |
targetDirectory | String Directory to which the file specified in the fileName parameter will be copied. |
appendTimestamp | String Optional. Specifies whether the current timestamp will be appended to the target filename. Set to: true to append a timestamp to the target fileName in the yyyyMMddHHmmss format. false to omit a timestamp from the target fileName. |
targetFileName | String The absolute path name of the target file to which the fileName parameter is copied. |