Question
unique file name on write
hi, I can seem to get the unique file name to work with this:
| <cffunction name="saveCSV" access="remote" returntype="String" > | ||
| <cfargument name="data" type="string" required="yes"/> | ||
| <cffile action='Write' nameConflict="makeunique" file="#expandPath('userData/data.csv')#" output='#data#' > | ||
| </cffunction> |
any ideas of a solution cf buddies?
