Squeak Class Documentation category index | class index  
 
MacFileDirectory
  category: System-Files
  superclass: FileDirectory
  subclasses:

I represent a Macintosh FileDirectory.

instance methods
  file operations
  mimeTypesFor:

class methods
  class initialization
  initializeTypeToMimeMappings

  platform specific
  isCaseSensitive
pathNameDelimiter

instance methods
  file operations top  
 

mimeTypesFor:

Return a list of MIME types applicable to the receiver. This default implementation uses the file name extension to figure out what we're looking at but specific subclasses may use other means of figuring out what the type of some file is. Some systems like the macintosh use meta data on the file to indicate data type


class methods
  class initialization top  
 

initializeTypeToMimeMappings

MacFileDirectory initializeTypeToMimeMappings


  platform specific top  
 

isCaseSensitive

Mac OS ignores the case of file names


 

pathNameDelimiter

return the active directory class's directory seperator character