that is a point I hadn't thought of, I am basically do a cfdirectory to 
get all the file names then doing a cfloop and moving each file.

Ian Skinner wrote:

>Where exactly is the failure?  Are you trying to use the name of the 
>file in some variable that is causing the problem?  If so you could be 
>running into a bit of a problem with CF's stateless nature; such that 
>CF is treating that value as an integer and dropping the leading zero.

I would guess this it the problem.  CF is seeing the value as an integer and 
dropping the leading zero in your loop.  You can try the toString() function 
around the value in the loop to let CF know you do not want to treat this value 
as a number.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

---------
| 1 |   |
---------  Binary Soduko
|   |   |
---------
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238834
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to