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.
LPARAMETER oFoxCode
oFoxCode.ValueType = 'V'
local cDIR
cDir = getdir()
if empty(cDir)
return '*fail'
else
cDir = ["]+cDir+["]
set default to (cDIR)
RUN /n explorer /e, &cDIR
endif
return "set default to " + cDir
LPARAMETER oFoxCode
oFoxCode.ValueType = 'V'
local cDIR
cDir = getdir()
if empty(cDir)
return '*fail'
else
cDir = ["]+cDir+["]
RUN /n explorer /e, &cDIR
endif
return "*opened " + cDir