Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...
USE FixLongFilename(FileToOpen) ALIAS (UseThisAlias)
...
Function FixLongFilename(fn__)
#IfDef UseLFNLIB
fn__ := LF_ToShort(fn__)
#Else
// Do Nothing...
#Endif
Return(fn__) // Function FixLongFilename