Tagged Questions
0
votes
1answer
61 views
How to identify binary and text files using Smalltalk
I want to verify that a given file in a path is of type text file, i.e. not binary, i.e. readable by a human. I guess reading first characters and check each character with :
isAlphaNumeric
...