|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
Array a directory nameUm... so why did you provide 4 arguments? > > I tried this > > <cfset arr = listToArray (filename, "/",false,true)> > > received this error > > Parameter validation error for the LISTTOARRAY function. > The function accepts 1 to 3 parameters. > > The error occurred in repositoryView.cfm: line 14 > > 12 : <cfif right(downloadFilename, 3) eq 'htm'> > 13 : > 14 : <cfset arr = listToArray (filename, "/",false,true)> > > |
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||