Kill(filePath) throws an exception when no file exists, but only when I install the compiled app in a separate XP environment.
When I run the app out of the VS2005 IDE it doesn't throw an exception, which is the behaviour I would prefer.
Why is this function operating differently across the two environments?
Kill(and notFile.Delete) and why dont you simply check IF the file exists before you try do do something with it? – igrimpe Nov 22 '12 at 15:20an exception. MOST times, when it runs on the developer machine but not on the target machine, it's a problem of access rights. And of course: The file could exist on YOUR machine, but not on some other! – igrimpe Nov 23 '12 at 8:10