Mossywell's Copy Files README.TXT ================================= Latest version: 0.2 (27 April 2005) Contacts: ========= Send any emails, suggestions, corrections etc. to: copyfiles AT mossywell.com. (See Disclaimer 1!) Disclaimers: ============ 1. I don't provide technical support for this app as it's freeware. (Naturally, following in Microsoft's footsteps, if you bung me a substantial amount of cash, I'll support it!) 2. If it destroys, messes up, or generally causes problems with your phone, I'm not responsible for it, so don't try suing me. I really can't imagine that it would do that because it's a simple .Net CF app. General Notes: ============== 1. Copy Files requires the Microsoft .Net Compact Framework. It has been tested on an Orange SPV C500 only (which runs Smartphone 2003). 2. It cannot copy files that have the System attribute set. If you do try to copy such a file (and have debugging on), you will get an UnauthorizedAccessException. Therefore, I recommend that you take off this attribute before attempting to copy it. 3. It cannot overwrite files with the read-only flag set, with the exception of files that are part of the original ROM. So, if you copy over a read-only file the first time, it will work, but if you try to copy the same file again, it will fail with an UnauthorizedAccessException (if you have debugging on). Therefore, I recommend that you take off the read-only attribute before attempting to copy it. 4. The Hidden attribute seems to have no effect on the copying either way. Release Notes: ============== Version 0.2 (27 April 2005) --------------------------- - Added better debugging - which enabled me to discover points 2 and 3 above! - No longer bombs out with an exception if the config file does not exist or is not the correct format. (It still exits, but this time, gracefully.) Version 0.1 (26 April 2005) --------------------------- - Original version released to the world. Known Bugs: =========== Version 0.2 (27 April 2005) --------------------------- - None known. Possible Future Changes: ======================== 1. Add a configurable destination directory. 2. Multiple language support [gulp]!