Am 02.01.2018 04:43 schrieb "Eliot Miranda" <eliot.miranda@gmail.com>:
 ... inst vars such as sCOFfn are set up in initialiseModule.  You're querying the SecurityPlugin on every access as in

canStatFilePath: aPathCString length: length
...
(hasSecurityPlugin = 0) ifTrue: [^ true].
sCOFfn := interpreterProxy ioLoadFunction: 'secCanOpenFileOfSizeWritable' From: 'SecurityPlugin'.
sCOFfn ~= 0
...

I have never looked at this before, so: can this variable name be spelled out, please, so it becomes legible for the uninitiated folk?