views:

192

answers:

1

Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try.

Thanks,

Kevin

A: 

[NSString stringWithContentsOfFile:filename];

and throw it in a text field

Jared P