Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] log files and File I/O

Hi.

I'm just starting to write an app for the iphone with rhodes, and I have a couple of questions:

I'm using "rake run:iphone:app" to start my application.

1. Where are the logs?  rhobuild.yml specifies "applog: rholog.txt", but I don't see this file anywhere.  I'm assuming that anything my app prints to STDOUT would go in this file, if I could find it.

2. Does direct File access work in rhodes?  I.e. I have put a txt file in my app/ directory and I try to get at it with File.open('myfile.txt').  But I get an error:
Server Error
Error: No such file or directory - './myfile.txt'


Thanks,
Marc



Back to the top