Solution Erel Dec 27, 2021 This will work on most computers: B4X: Dim desktop As String = File.Combine(GetSystemProperty("user.home", ""), "Desktop") If File.IsDirectory(desktop, "") Then Log(desktop) End If
This will work on most computers: B4X: Dim desktop As String = File.Combine(GetSystemProperty("user.home", ""), "Desktop") If File.IsDirectory(desktop, "") Then Log(desktop) End If
Erel B4X founder Staff member Licensed User Longtime User Dec 27, 2021 #2 This will work on most computers: B4X: Dim desktop As String = File.Combine(GetSystemProperty("user.home", ""), "Desktop") If File.IsDirectory(desktop, "") Then Log(desktop) End If Upvote 1 Solution
This will work on most computers: B4X: Dim desktop As String = File.Combine(GetSystemProperty("user.home", ""), "Desktop") If File.IsDirectory(desktop, "") Then Log(desktop) End If