On Fri, Oct 10, 2008 at 10:43 PM, Sayamindu Dasgupta <[EMAIL PROTECTED]> wrote: > Hello, > The sugar-almanac has a nice guide on how put stuff inside the > datastore programmatically > (http://wiki.laptop.org/go/Sugar.datastore.datastore#How_do_I_save_a_simple_text_file_to_the_datastore.3F) > However, it makes the assumption that the method is being called from > a sugar activity. (file_path = os.path.join(self.get_activity_root(), > 'instance', filename)) > Can anyone tell me where to put in a file if I am not calling this > from within an activity ?
afaik you can put it wherever you like. copy-to-journal for example is just writing an existing file to the DS... Marco _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

