You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileSystem is a Smalltalk API for accessing files and directories. This is an implementation for Squeak/Smalltalk.
3
7
4
8
The FileSystem API was proposed as an alternative to the FileDirectory API for file system access in Squeak. It was first implemented as a library package for Squeak. Later it was adopted by Pharo as the main file system access library, while Squeak stayed with FileDirectory.
@@ -16,10 +20,12 @@ Then, use the following snippet to load:
0 commit comments