import Io.File
The Io.File class has a bunch of type declarations used throughout the Basis library.
COPY.FILE entry From string, To string COPY.FILE.OVER entry From string, To string MOVE.FILE entry From string, To string MOVE.FILE.OVER entry From string, To string DELETE.FILE.FORCE File string IS.TEXT.FILE entry Path string, exit Text Bit, Size cell LINE.COUNT entry Id File, exit Line word OPEN.TEXT.FILE entry Path string, change Id File, exit Text Bit, Size cell SEARCH.FILE.RAW entry File string, exit Line string, Index word SEARCH.FILE.TEXT entry File string, exit Line string, Index word SEARCH.FILE.NEXT change Line string, Index word, exit New Bit SEARCH.FILE.CLOSE safe OPEN.LOG entry File string, Silent = 0 Bit, Append = 0 Bit POST.LOG exit Status byte PRINT.ERROR entry Message = "" string APPEND.LOG entry File string, Message = "" string, Silent = 0 Bit, More = 0 Bit RESET.SILENT entry Silent = 0 Bit CLOSE.LOG