User bio
404 bio not found
Member since Dec 10, 2018
Posts:
Replies:
Where can I find the Config.Database class?
Config.DatabasesConfig.Database class
https://openexchange.intersystems.com/package/IO-Redirect
s myf = tmpFile.Filename = ##class(%File).TempFilename("txt")
open myf:("NW") USE myf ZWRITE ^||fruit
CLOSE myf
s tLine = ""
d tmpFile.Rewind()
while ('tmpFile.AtEnd) {
set tLine = tLine_tmpFile.ReadLine()
}
d ##class(%File).Delete(myf)
w tLine
Certifications & Credly badges:
James has no Certifications & Credly badges yet.
Global Masters badges:
James has no Global Masters badges yet.
Followers:
James has no followers yet.
Following:
James has not followed anybody yet.
It's in the %SYS namespace