Whilst snuffling through the code I found this:-
Line 98
[lua]local path = system.pathForFile(filename, baseDirectory or system.Resourcesirectory)[/lua]
Should be
[lua]local path = system.pathForFile(filename, baseDirectory or system.ResourceDirectory)[/lua] [import]uid: 8366 topic_id: 7259 reply_id: 307259[/import]