Load local html file in linux

hi,
I can not make htmlviewer read html file in linux
inside the folder Data or DefaultDir not read.
any ideas?

Thanks,
Rui

Dim f As FolderItem f = GetFolderItem("int.html") // or "Data/int.html" If f <> Nil Then HTMLViewer1.LoadPage(f) End If

If “f” is nil then the app can’t locate the file. Remember that Linux is case sensitive, so “data” is not the same as “Data”. Can you verify whether or not it is nil?