Re: [Vala] Execute external command



On Thu, May 7, 2009 at 5:53 PM, Frederik <scumm_fredo gmx net> wrote:
You must mark output parameters with "out":

Process.spawn_sync(/* ... */, out output);


Best Regards,

Frederik

Thanks! Using spawn_command_line_sync it works fine :)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]