Skip to content

mumez/Cuis-Smalltalk-FileMan

Repository files navigation

FileMan for Cuis

FileMan is a thin wrapper for various Smalltalk file libraries. It provides simple, portable interfaces for manipulating files and directories.

For more info, please see the Cypress repository: https://github.com/mumez/FileMan

Note: From update 2353, FileMan has already been included in Cuis-Smalltalk-Dev image. This repository is kept for historical reasons.

Installation

Assuming Cuis 4.2 or higher.

Copy the 'Cuis-Smalltalk-FileMan' folder to your Cuis root folder.

Open the workspace, then do it:

	Feature require: 'FileMan-Core'.
	Feature require: 'FileMan-Squeak'.
	Feature require: 'FileMan-Adaptor-FileDirectory'.
	Feature require: 'FileMan-Test'. "optional"
	Feature require: 'FileMan-Example'. "optional"

If you've installed FileMan-Test, you can open "SUnit Test Runner" and see all-grean results.

Limitation

FileMan originally provides text encode/decode API. Since Cuis currently only supports Latin-9, this API is disabled.

Enjoy!


Masashi Umezawa

About

FileMan ported to Cuis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published