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

I represent a Unix FileDirectory.

instance methods
  file names
  fullPathFor:

  private
  setPathName:

  testing
  directoryExists:
fileOrDirectoryExists:

class methods
  platform specific
  maxFileNameLength
pathNameDelimiter

instance methods
  file names top  
 

fullPathFor:

Return the fully-qualified path name for the given file.


  private top  
 

setPathName:

Unix path names start with a leading delimiter character.


  testing top  
 

directoryExists:

Handles the special case of testing for the root dir: there isn't a
possibility to express the root dir as full pathname like '/foo'.


 

fileOrDirectoryExists:

Handles the special case of testing for the root dir: there isn't a
possibility to express the root dir as full pathname like '/foo'.


class methods
  platform specific top  
 

maxFileNameLength


 

pathNameDelimiter

return the active directory class's directory seperator character