Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FileServices
Last updated at 8:10 pm UTC on 7 January 2019
FileServices (subclass of Object and part of System-FileRegistry) keeps a registry of classes which provide file services. The services are described with SimpleServiceEntry or a subclass
No instance methods, only class methods. The class was introduced in Squeak 3.9 (November 2006).

Access the registered services with
 FileServices allRegisteredServices

To set up the FileServices do:
 FileServices initialize

How to get the file reader class for a file name
List of classes which provide file reader services
(Obsolete: ) Which file reader classes are not touched by "FileServices initialize"?