Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
DirectoryEntry
Last updated at 11:04 am UTC on 7 May 2022
An entry in a directory; a reference to either a file or a directory.


 Object subclass: #DirectoryEntry
	instanceVariableNames: 'directory name creationTime modificationTime fileSize attributes'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Files-Directories'


 DirectoryEntry subclasses  {DirectoryEntryDirectory . DirectoryEntryFile}


cf.
 FileDirectory directoryEntryForName: aName