unifiedremote / Docs

Official API documentation.
149 stars 33 forks source link

Win.list() does not return task's executable name #5

Closed igoretzki closed 8 years ago

igoretzki commented 8 years ago

I do not know if it is wanted behaviour but if I use win.list(false) and try to access the task's name attribute, I'll get an empty string.

I tried to retrieve the executable name by GetModuleFileNameEx (ffi) but this function cannot be resolved.

EDIT: Wrong repository, sorry

pqvst commented 8 years ago

Thanks. I've added the issue to our issue tracker. This repo is for documentation only.