Can someone please tell me why this line will not work in pyS60 1.9.5 but does work in 1.4.5?
Here is the line I'm using:
shutil.copyfile("E:\\UA\\GC\\file.dll","C:\\sys\\bin\\file.dll")
Version 1.9.5 returns this: I/OError:[Errno 22]Invaild argument: 'C:\\sys\\bin\file.dll'
Why is this an invalid argument in version 1.9.5 but not version 1.4.5?
Testing on Nokia E71 mobile.
Thank you![]()

Reply With Quote


