[Gambas-user] (no subject)

Benoît Minisini gambas at ...1...
Fri Mar 11 22:01:58 CET 2016


Le 09/03/2016 11:46, Ru Vuott a écrit :
> Hello,
>
> "before", by using this simple code (gbdesktop and gb.desktop.x11):
>
> Public Sub Button1_Click()
>
>   Dim df As DesktopFile
>   Dim path As String
>
>    percorso = "/path/of/the/file"
>
>   For Each df In DesktopFile.FromMime(DesktopMime.FromFile(path).Type)
>      Print df.ProgramName
>    Next
>
> End
>
> I "was" able to know the applications associated (by default and those by me choosen) with a file.
>
> Regards
> vuott

And now?

-- 
Benoît Minisini




More information about the User mailing list