简体   繁体   中英

Erlang - open a file like double clicking on it

Is there a way in erlang to open file in the same way it will open when I double click it? Open using the application associated with the type of the file.

Specific I need to open png file.

Thanks!

这似乎有效:

os:cmd("xdg-open my-image.png").

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM