No comment. Sorry.
asciiDirectoryDelimiter
makeDirEntryName:size:createDate:modDate:isDir:fileSize:
primitiveDirectoryCreate
primitiveDirectoryDelete
primitiveDirectoryDelimitor
primitiveDirectoryGetMacTypeAndCreator
primitiveDirectoryLookup
primitiveDirectorySetMacTypeAndCreator
fileRecordSize
Return the size of a Smalltalk file record in bytes.
fileValueOf:
Return a pointer to the first byte of of the file record within the given Smalltalk object, or nil if objectPointer is not a file record.
primitiveFileAtEnd
primitiveFileClose
primitiveFileDelete
primitiveFileFlush
primitiveFileGetPosition
primitiveFileOpen
primitiveFileRead
primitiveFileRename
primitiveFileSetPosition
primitiveFileSize
primitiveFileTruncate
primitiveFileWrite
setMacFile:Type:AndCreator:
Exported entry point for the VM. Needed for image saving only and no-op on anything but Macs.
initialiseModule
shutdownModule
primitiveDisableFileAccess
primitiveHasFileAccess
initialize
FilePlugin initialize
simulatorClass
For running from Smalltalk - answer a class that can be used to simulate the receiver. By default every plugin can simulate itself.
headerFile
If there is a single intrinsic header file to be associated with the plugin, here is where you want to put it. It will be generated and included automatically.