I want to open a file using some POCO API
from my C++ program.
For example i have a file with some extension i.e .docx
, .xlsx
which is associated to it's default supported application, let say .docx
with MSWord
and .xlsx
with MSExcel
.
So is there any API in POCO
which can launch files with it's associated application.