Opening A File

Hello, i need to open a file with a Path like for example “/Users/User1/Pictures/File.png”, i try with

dim f as FolderItem f = GetFolderItem("/Users/User1/Pictures/File.png") f.Launch

this didn’t work. Any Help? Thanks in advance

Here’s the documentation on ListBox.Cell
And here’s GetFolderItem

And finally, The Xojo User Guide

Thanks! Its Works!