New DesktopFile (gb.desktop)

Dim hDesktopFile As DesktopFile
hDesktopFile = New DesktopFile ( Path As String )

Creates a new desktop entry object for the existing file at Path.

Example

Should I want to access my own "My Home" desktop entry file:

hDesktopFile = New DesktopFile("~/Desktop/myhome.desktop")