- 
                Notifications
    
You must be signed in to change notification settings  - Fork 131
 
launch_default_app
        wpferguson edited this page Jun 14, 2020 
        ·
        1 revision
      
    launch_default_app
open file in default application
local dsys = require "lib/dtutils.file"
result = dsys.launch_default_app(path)path - string - a file path
launch_default_app allows opening a file in the application that is assigned as default for that filetype in the users's system
result - number - the return value signalling success or failure.