Next: , Previous: , Up: Base classes   [Index]


1.66 Directory

Defined in namespace Smalltalk
Superclass: Object
Category: Streams-Files

I am the counterpart of File in a tree-structured file system. I provide the notion of a current working directory and know several well-known places in the file system.

However, all navigation methods for directories are under FilePath or File for efficiency reasons. Refer to the manual of FilePath for information on how to use the instances returned by my class methods.