Cannot Reproduce
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Travis PetersTravis PetersPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Travis Peters
Travis PetersPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 6 July 2017 at 15:59
Updated 11 July 2017 at 05:32
Resolved 11 July 2017 at 05:32
The newly created folder 150sq remains in the array in this snippet:
var o = expandPath(".") & \; if (! directoryExists(o & "150sq")){ directoryCreate(o & "150sq"); } var dir = directoryList(o, true); /* remove all results for the new folder */ for (var i= 1; i<= arraylen(dir); i++){ if (listContains('150sq', dir[i], '\')){ arrayDelete(dir, dir[i]); } } return dir;