No comment. Sorry.
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.
makeDirEntryName:size:createDate:modDate:isDir:fileSize:
primitiveDirectoryLookup
primitiveFileDelete
primitiveFileOpen
primitiveFileRename
sqFile:Read:Into:At:
sqFile:SetPosition:
sqFile:Truncate:
sqFile:Write:From:At:
sqFileAtEnd:
sqFileClose:
sqFileFlush:
sqFileGetPosition:
sqFileSize:
ioCanCreatePath:OfSize:
Return true if we're allowed to create a directory with the given name
ioCanDeleteFile:OfSize:
Return true if we're allowed to delete the file with the given name
ioCanDeletePath:OfSize:
Return true if we're allowed to delete the directory with the given name
ioCanGetFileType:OfSize:
Return true if we're allowed to retrieve the (mac) file type of the given file.
ioCanListPath:OfSize:
Return true if we're allowed to list the contents of the given directory
ioCanOpenFile:OfSize:Writable:
Return true if we're allowed to open the given file (possibly in write mode)
ioCanRenameFile:OfSize:
Return true if we're allowed to rename the given file
ioCanSetFileType:OfSize:
Return true if we're allowed to set the (mac) file type and creator on the given file