Squeak Class Documentation category index | class index  
 
FilePluginSimulator
  category: VMConstruction-Plugins
  superclass: FilePlugin
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  fileValueOf:
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:

  file security
  ioCanCreatePath:OfSize:
ioCanDeleteFile:OfSize:
ioCanDeletePath:OfSize:
ioCanGetFileType:OfSize:
ioCanListPath:OfSize:
ioCanOpenFile:OfSize:Writable:
ioCanRenameFile:OfSize:
ioCanSetFileType:OfSize:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

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:


  file security top  
 

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


class methods
  no messages top