quicky008
In the zone
- Joined
- Nov 27, 2007
- Messages
- 2,157
Yes,after writing a custom copy method for copying the contents of 1 file to another,its working.It was stupid of me to assume that copy was referencing some built in copy function in java.I had confused it with Files.copy(),which is intended for a somewhat different usage.