%Studio.SASchemaFile
Class %Studio.SASchemaFile Extends %Studio.SASchema [ System = 4 ]
This class implements SASchema which is loaded from an OS file
Methods
OutputToStream
ClassMethod OutputToStream(pStream As %Stream.Object, Output pChecksum As %String, pParameter As %String = "") As %Status
The filename is passed in as pParameter.
pChecksum is set to the file's modified time.
IsUpToDate
ClassMethod IsUpToDate(pChecksum As %String, pParameter As %String) As %Boolean
return true if the file has not been modified
getFilename
ClassMethod getFilename(pParameter) As %String