Hi
i save an image using display.save( ) on to system.DocumentsDirectory and am trying to display it on the screen
i used
local path=system.pathForFile( name, system.DocumentsDirectory )
where name is “image.jpg”
and when i give this
display.newImage(path ,300,300)
gives no error but say that cannot find the image
is this the right way to do it or am i wrong some where. [import]uid: 115284 topic_id: 25826 reply_id: 325826[/import]
[import]uid: 52491 topic_id: 25826 reply_id: 104435[/import]