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.
dim strFile as string
dim strPath as string
strPath = "C:iFtpSvc\Hms-ftppro\users\RCI27\"
strFile = strPath & Format(Now, "YYYYMMDD") & ".txt"
Open strFile for Output as 2
Open "C:\iFtpSvc\Hms-ftppro\users\RCI27\" & Format(now,"yyyymmddhhnnss") & ".txt" For Output As 2